Skip to content

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

Notifications You must be signed in to change notification settings

AntoineSmet/OpenAI-ChatBot-AI-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published