phase 2 - task 0a

This commit is contained in:
2023-09-24 00:46:28 -07:00
parent bb25308413
commit ccd0425cfa
6 changed files with 640 additions and 4 deletions

View File

@@ -1 +1,8 @@
# Phase 2
- Refer phase2_F23.pdf for problem description
## Requirements and dependencies
- Requires MongoDB server (local or otherwise)
- Install packages from requirements.txt

13
Phase 2/requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
numpy
scipy
scikit-learn
scikit-image
opencv-python
matplotlib
torch
torchvision
pymongo[srv]
ipython
notebook
ipykernel
python-dotenv

614
Phase 2/task_0.ipynb Normal file

File diff suppressed because one or more lines are too long