Skip to content

Titanssword/flask-test

 
 

Repository files navigation

copilot-for-brainstorming (backend)

Intro

This is an intelligent tool powered by ChatGPT. It is designed to expand human minds as a copilot, especially in brainstorming scenes.

Feel free to try it here

This repo is the backend of the project.

Setup

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

  2. Clone this repository.

  3. Navigate into the project directory:

    $ cd openai-quickstart-python
  4. Create a new virtual environment:

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

    $ pip install -r requirements.txt
  6. Run the app:

    $ python main.py

Releases

No releases published

Packages

 
 
 

Languages

  • Python 70.0%
  • HTML 26.9%
  • CSS 3.1%