MartinZakhaev / Python-Open-Ai-Chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Open AI ChatBot - Web Based Application

Installation & Setup

[Install Python 3.7 (minimal version)]

Check python and pip version in command line using this command:

python --version
pip --version

Installing requirements for this project

In your terminal run the requirements.txt file using this pip

pip install -r requirements.txt

Technology used

  1. HTML
  2. CSS
  3. JavaScript
  4. Python
  5. Flask

AI Model

The Chatbot is constructed using the OpenAI GPT 3.5 Turbo model.

About


Languages

Language:HTML 56.6%Language:Python 22.7%Language:CSS 20.7%