Spaces:
Runtime error
Runtime error
metadata
title: discord-bot
app_file: app/__main__.py
sdk: gradio
sdk_version: 4.33.0
Capstone Project
Requirements
- Docker.
- Docker Compose.
- Poetry for Python package and environment management.
Installation
Set up virtual environment
python -m venv venv
. venv/bin/activate
Install dependencies
- Install poetry: https://python-poetry.org/
- Install dependencies
poetry install
Local Requirements
poetry install --with local
Download embedding and(or) LLM models
bash prestart.sh
Install pre-commit
hooks
pre-commit install
Running
docker compose up -d
poetry run python -m app