-
Clone this repo:
git clone https://github.com/actuallylost/inf-retrieval-2024.git
-
Create a
Python Virtual environment (venv)in the root of the project:python -m venv <ROOT_OF_PROJECT>
-
Activate environment:
# Linux/MacOS $ source <ROOT_OF_PROJECT>/.venv/bin/activate
# Windows PowerShell PS <ROOT_OF_PROJECT>\.venv\Scripts\activate.ps1
-
Install necessary libraries:
pip install -r requirements.txt
-
Run app using
Streamlit:streamlit run <ROOT_OF_PROJECT>/src/Main.py
actuallylost/inf-retrieval-2024
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|