Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ithihasmadala authored May 11, 2020
1 parent 85d32e4 commit 3102ac4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
13 changes: 13 additions & 0 deletions LDQSTPinstallation.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pip install opencv-python-headless
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
pip install notebook
pip install scikit-learn
pip install ipywidgets
jupyter nbextension enable --py widgetsnbextension
pip install nbinteract

#Linux or Mac uncomment the line below
#pip install torch torchvision

#Windows uncomment the line below
#pip install torch===1.5.0 torchvision===0.6.0 -f https://download.pytorch.org/whl/torch_stable.html
27 changes: 27 additions & 0 deletions LDQSTPinstallation_py2and3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
pip install opencv-python-headless
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
pip install notebook
pip install scikit-learn
pip install ipywidgets
jupyter nbextension enable --py widgetsnbextension
pip install nbinteract

#Linux or Mac
#pip install torch torchvision

#Windows uncomment the line below
#pip install torch===1.5.0 torchvision===0.6.0 -f https://download.pytorch.org/whl/torch_stable.html

pip3 install opencv-python-headless
python3 -m pip3 install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
pip3 install notebook
pip3 install scikit-learn
pip3 install ipywidgets
jupyter nbextension enable --py widgetsnbextension
pip3 install nbinteract

#Linux or Mac uncomment the line below
#pip install torch torchvision

#Windows uncomment the line below
#pip3 install torch===1.5.0 torchvision===0.6.0 -f https://download.pytorch.org/whl/torch_stable.html
Binary file added LIFE DETECTION - Description.docx
Binary file not shown.
Binary file added Life Detection QSTP Day 1.docx
Binary file not shown.

0 comments on commit 3102ac4

Please sign in to comment.