Skip to content

Instantly share code, notes, and snippets.

View vibhavagarwal5's full-sized avatar
🏔️
Just good vibes!

Vibhav Agarwal vibhavagarwal5

🏔️
Just good vibes!
View GitHub Profile
@vibhavagarwal5
vibhavagarwal5 / conda_env_preset.md
Created March 22, 2021 21:15
A generic preset for setting up pytorch conda env on VMs
conda create --name <NAME> python=3.7
conda activate <NAME>
pip install numpy pandas 
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
conda install nb_conda_kernels nb_conda
alias ns="nvidia-smi"
alias sc="screen"
alias scls="screen -ls"
alias scr="screen -r"
alias cact='conda activate'
alias cdact='conda deactivate'
alias gst='git status'
alias gd='git diff'
alias glg='git log'
alias gb='git branch'
@vibhavagarwal5
vibhavagarwal5 / Vibhav_Agarwal.md
Last active August 15, 2018 12:42
GSOC18 report CrowdAlert-Mobile

CrowdAlert-Mobile app

Crowd Alert is a crowdsourced hybrid mobile application built using React Native for reporting and viewing incidents around the globe. The app helps the user to report an incident conveniently without any hassle and all the incidents reported across the globe can be viewed on Google maps.

Link to project’s repository

https://gitlab.com/aossie/CrowdAlert-Mobile

Link to mobile app