For EECS 486: Information Retrieval
To run this code:
-
python3 -m venv env
-
source env/bin/activate
-
pip3 install -r requirements.txt
-
python3 main.py
If you have a stale virtual environment run:
-
deactivate
-
source env/bin/activate
If you are getting import errors:
- add the needed packages to requirements.txt
and run:
- pip3 install -r requirements.txt