The AI-Powered Slack Bot integrates Hugging Face's models into Slack, enabling AI-driven conversations within your workspace. Built with Python, it uses the Slack SDK and OpenAI's API to facilitate natural language interactions.
https://localhost:5000, with this feature we can create an 'add to slack' button to distribute our app, for more details read thisIMPORTANT:
python -m venv .venv source .venv/bin/activate pip install poetry poetry install --no-root
docker compose -f .\docker-compose.yml up -d --build
python backend/app.py