Skip to content

Zackathon 2025 project: a chatbot that transforms negative energy into motivation

Notifications You must be signed in to change notification settings

Ho1yShif/Snow-It-All

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snow-It-All

My Zackathon 2025 project: a chatbot that transforms negative energy into motivation.

Environment Setup

Mac-Specific Setup Instructions

  1. Pre-requisites:
  • Git
  • Homebrew
  • pip
  • Python
  1. Clone the repository.
git clone https://github.com/Ho1yShif/Snow-It-All.git
  1. Set up virtual environment.
python3 -m venv path/to/venv
  1. Start virtual environment.
source path/to/venv/bin/activate
  1. From the repository directory, install requirements.
pip install -r requirements

Windows-Specific Setup Instructions

  1. Pre-requisites:
  • Git
  • Pip
  • Python
  1. Clone the repository.
git clone https://github.com/Ho1yShif/Snow-It-All.git
  1. Set up virtual environment.
python -m venv path\to\venv
  1. Start virtual environment.
path\to\venv\Scripts\activate
  1. From the repository directory, install requirements.
pip install -r requirements.txt

Additional System-Agnostic Setup Instructions

  1. Sign up and create an API key for Together AI.
  2. Create a .env file in the main project directory that contains your TOGETHER_API_KEY and SYSTEM_PROMPT to instruct the AI agent.
TOGETHER_API_KEY="123"
SYSTEM_PROMPT="Just return 'Hello World'"
  1. Run python app.py and let the snowstorm begin!

About

Zackathon 2025 project: a chatbot that transforms negative energy into motivation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published