AntoineSmet / OpenAI-ChatBot-AI-Web

It's an artificial intelligence using OpenAi GPT-3 on the web with flask (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI

It's just a simple web AI using OpenAI GPT-3 and flask (Python)

Setup

  1. If you don’t have Python installed, install it from here

  2. Clone this repository

  3. Navigate into the project directory

    $ cd 
  4. Create a new virtual environment

    $ python -m venv venv
    $ . venv/bin/activate
  5. Install the requirements

    $ pip install -r requirements.txt
  6. Create a .env file

  7. Add your API key to the newly created .env file

  8. Run the app

    $ flask run

Customize

You can change your AI, you need to change the conversation and add or delete what you want to be your real AI

You can update the picture on main.css <img src="{{ url_for('static', filename='manga.png') }}" >

OpenAI

Authors

About

It's an artificial intelligence using OpenAi GPT-3 on the web with flask (Python)


Languages

Language:Python 44.1%Language:CSS 39.6%Language:HTML 16.3%