Git Product home page Git Product logo

vip-csi's Introduction

VIP-CSI (Domingo): Research material on compressive sensing

Welcome! In this repository, you will find (almost) all my research on compressive sensing including reference books, Jupyter notebooks, reference papers, RM slides, and progress report slides. I have not included custom algorithms and datasets since they are too large to be uploaded here; you will have to search for them yourself should you encounter them in any of the experiments. If you want to reuse/recreate the research contained herein, you will first have to set up an environment on your computer.

Windows

  • First, make sure that you have a strong, stable internet connection.
  • Go to Python.org and search for Python version 3.6.8 and install it using your preferred settings. Make sure pip is installed along with it.
  • Open a Git bash terminal and cd to some directory on your computer.
  • Run the following lines one at a time:
git clone https://github.com/kvdomingo/VIP-CSI
cd VIP-CSI
python -m pip install -U pip virtualenv
python -m venv env
source env/scripts/activate
python -m pip install -r requirements.txt

Linux/macOS

  • Open a terminal and cd to your working directory.
  • Run the following commands:
sudo apt-get update
sudo apt-get install git python3.6
git clone https://github.com/kvdomingo/VIP-CSI
cd VIP-CSI
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip3 install -U pip virtualenv
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt

vip-csi's People

Contributors

dependabot[bot] avatar kvdomingo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

13299118606

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.