Skip to content

actuallylost/inf-retrieval-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information Retrieval 2024

Running the application

  1. Clone this repo:

    git clone https://github.com/actuallylost/inf-retrieval-2024.git
  2. Create a Python Virtual environment (venv) in the root of the project:

    python -m venv <ROOT_OF_PROJECT>
  3. Activate environment:

    # Linux/MacOS
    $ source <ROOT_OF_PROJECT>/.venv/bin/activate
    # Windows PowerShell
    PS <ROOT_OF_PROJECT>\.venv\Scripts\activate.ps1
  4. Install necessary libraries:

    pip install -r requirements.txt
  5. Run app using Streamlit:

    streamlit run <ROOT_OF_PROJECT>/src/Main.py 

About

Repository for the Information Retrieval course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published