mirror of
https://github.com/20kaushik02/CSE515_MWDB_Project.git
synced 2025-12-06 13:54:07 +00:00
22 lines
603 B
Markdown
22 lines
603 B
Markdown
# Phase 2
|
|
|
|
- Refer phase2_F23.pdf for problem description
|
|
|
|
## Requirements and dependencies
|
|
|
|
- Requires MongoDB server (local or otherwise)
|
|
- Install packages from requirements.txt
|
|
|
|
## Environment variables
|
|
|
|
- `DATASET_PATH` - path to the Caltech101 dataset
|
|
|
|
## Data files
|
|
|
|
- Files should be in the same folder as the source code to be accessed properly
|
|
|
|
## Execution
|
|
|
|
- For each task, simply run all cells in the corresponding notebook and enter inputs as prompted
|
|
- Task 6 requires significant RAM and also takes a lot of time
|
|
- Task 11 takes a lot of time if constructing the similarity matrix afresh |