My Zackathon 2025 project: a chatbot that transforms negative energy into motivation.
- Pre-requisites:
- Git
- Homebrew
- pip
- Python
- Clone the repository.
git clone https://github.com/Ho1yShif/Snow-It-All.git
- Set up virtual environment.
python3 -m venv path/to/venv
- Start virtual environment.
source path/to/venv/bin/activate
- From the repository directory, install requirements.
pip install -r requirements
- Pre-requisites:
- Git
- Pip
- Python
- Clone the repository.
git clone https://github.com/Ho1yShif/Snow-It-All.git
- Set up virtual environment.
python -m venv path\to\venv
- Start virtual environment.
path\to\venv\Scripts\activate
- From the repository directory, install requirements.
pip install -r requirements.txt
- Sign up and create an API key for Together AI.
- Create a
.env
file in the main project directory that contains yourTOGETHER_API_KEY
andSYSTEM_PROMPT
to instruct the AI agent.
TOGETHER_API_KEY="123"
SYSTEM_PROMPT="Just return 'Hello World'"
- Run
python app.py
and let the snowstorm begin!