Skip to content

daruokta/submission

Repository files navigation

How to run the project

  1. Clone the repository to your local machine.
git clone https://github.com/daruokta/submission.git
cd your-repo
  1. Create a virtual environment and activate it.
conda create -n venv python=3.12.5
conda activate venv 
  1. Install the required packages by running the following command:
pip install -r requirements.txt

Running the App

To run the Streamlit app, execute the following command:

streamlit run dashboard/dashboard.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published