Skip to content

An easy web-app powered by open AI completion API. To be used in conjunction with the YouTube and You curriculum.

License

Notifications You must be signed in to change notification settings

kenny-hk/build-a-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build-a-YouTube - for AI ethics curriculum YouTube and You

YouTube and You is a curriculum designed for 7th grade science classes that adheres to the Massachusetts Science and Technology/ Engineering Curriculum Framework (2016). Build-a-YouTube is an activity in Day 4 of the 2-week curriculum. For more details about the curriculum, please visit this Google Folder

This web application is developed using the OpenAI API quickstart example as a framework. Follow the instructions below to get set up.

Setup

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

  2. Clone this repository.

  3. Navigate into the project directory:

    $ cd build-a-youtube
  4. Create a new virtual environment:

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

    $ pip install -r requirements.txt
  6. Make a copy of the example environment variables file:

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

  8. Run the app:

    $ flask run

You should now be able to access the app at http://localhost:5000!

About

An easy web-app powered by open AI completion API. To be used in conjunction with the YouTube and You curriculum.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published