Repository to be using for BaselHack 2024 from Hackademix team working on MDPI challenge.
- Clone the repository
git clone https://github.com/busymo/hackademix.git
- Change current directory to project's directory
cd hackademix
- Copy .example.env to a .env file
-
For Windows
copy .env.example .env
-
For Linux or macOS
cp .env.example .env
-
- Set API_KEY to your api key in the .env file
- Install required dependencies
pip install -r requirements.txt
- Run the project
streamlit run welcome.py