- Clone the repository or open in GitHub Codespace
git clone <repository-url>- Create environment file
cp .env.example .env- Create and activate virtual environment
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate- Install requirements
pip install -r requirements.txt- Run the application
streamlit run app.pyIf you have any questions, checkout our documentation and community forums.