Automatically Retrieve, Translate, and Summarize YouTube Transcripts to Generate Engaging Quiz Questions

Table of Contents
To get a local copy up and running follow these simple example steps.
-
Get API Key at the following website
-
Clone the repo
git clone https://github.com/asakohayase/ai_youtube_quiz_generator
-
Install packages
poetry install
You have to install poetry if not already installed.
-
Enter your API key in
.env
OPENAI_API_KEY='ENTER YOUR API';
-
Activate the virtual environment
poetry shell
Backend: To run the backend application, use the following command:
python main.py
Frontend: To start the frontend development server, run the following command in your terminal:
npm run dev
- Support Other Languages Than English