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
- Production: https://planner-ai.vercel.app/
- Development: https://planner-ai-git-mig-ovaday.vercel.app/
On Windows
python -m venv virt_env
virt_env\Scripts\activate
pip install -r requirements.txt
python manage.py runserverOn Linux
python3 -m venv virt_env
source ./virt_env/bin/activate
pip install -r requirements.txt
python3 manage.py runserver