Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 728 Bytes

File metadata and controls

25 lines (21 loc) · 728 Bytes

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