Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 767 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 767 Bytes

hackademix

Repository to be using for BaselHack 2024 from Hackademix team working on MDPI challenge.

Installation

  1. Clone the repository
     git clone https://github.com/busymo/hackademix.git
  2. Change current directory to project's directory
    cd hackademix
  3. Copy .example.env to a .env file
    • For Windows
      copy .env.example .env

    • For Linux or macOS
      cp .env.example .env

  4. Set API_KEY to your api key in the .env file
  5. Install required dependencies
    pip install -r requirements.txt
  6. Run the project
    streamlit run welcome.py

Live demo

https://hackademix.streamlit.app/