Ovaday / planner-AI

Planner-AI is a study mentoring project that implements ChatGPT integration in Telegram via Bots. It includes several new functions that were not available on ChatGPT, such as messages classification and accepting audio messages from users.
https://planner-ai.vercel.app
1 stars 0 forks source link
bot chatgpt mentoring-project telegram

What is Planner-AI

Planner-AI is a project that implements ChatGPT integration in Telegram via Bots and provides altering functionality on the Website. It includes several new functions that were not available on ChatGPT, such as messages classification and accepting audio messages from users.

Demo

To launch the project locally:

On Windows

python -m venv virt_env
virt_env\Scripts\activate
pip install -r requirements.txt
python manage.py runserver

On Linux

python3 -m venv virt_env
source ./virt_env/bin/activate
pip install -r requirements.txt
python3 manage.py runserver