- Run the application:
python app.py
- Open the following URL in your browser:
Follow the commands below to download the repository, install dependencies, and run the application:
git clone https://github.com/CyberScienceLab/tabletop.git
cd tabletop
python -m venv .venv
.\.venv\Scripts\activate.bat
pip install -r requirements.txt
python app.pyBefore running the application, set your API key in the .env file, for example: OPENAI_API_KEY=your_api_key_here