open source hackathon project. The Cool Kidz
Installation and Setup Clone the repository:
git clone https://github.com/yourusername/BMCC-AI-Assistant.git Navigate to the project directory:
cd BMCC-AI-Assistant Install dependencies:
pip install -r requirements.txt Add your API keys: Create a .env file in the root directory and add the following:
OPENAI_API_KEY= here put api key
Run the application: python run.py