Skip to content

komkovla/AckeeGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AckeeGpt

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

Prerequisites

  • Node.js
  • Python 3.x
  • Git

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/AckeeGpt.git
cd AckeeGpt
  1. Install Node.js dependencies:
npm install
  1. Set up Python virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate
  1. Install Python dependencies:
pip install -r requirements.txt
  1. Create a .env file in the root directory and add your environment variables:
# Add your environment variables here

Development

To start the development server:

npm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Project exploring LLM Fine-tunning capabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published