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.
-
If you don’t have Python installed, install it from here.
-
Clone this repository.
-
Navigate into the project directory:
$ cd build-a-youtube
-
Create a new virtual environment:
$ python -m venv venv $ . venv/bin/activate
-
Install the requirements:
$ pip install -r requirements.txt
-
Make a copy of the example environment variables file:
$ cp .env.example .env
-
Add your API key to the newly created
.env
file. -
Run the app:
$ flask run
You should now be able to access the app at http://localhost:5000!