A project that combines Ackee data with GPT capabilities.
This is Hackeeton project combining Research about Fine-tunning LLM and creating a stialised chat bot
- Node.js
- Python 3.x
- Git
- Clone the repository:
git clone https://github.com/yourusername/AckeeGpt.git
cd AckeeGpt- Install Node.js dependencies:
npm install- Set up Python virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate- Install Python dependencies:
pip install -r requirements.txt- Create a
.envfile in the root directory and add your environment variables:
# Add your environment variables hereTo start the development server:
npm run devThis project is licensed under the MIT License - see the LICENSE file for details.