Skip to content

asakohayase/ai-youtube-quiz-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Youtube Quiz Generator

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

Screenshot 2024-07-27 at 6 05 36 PM
Table of Contents
  1. Built With
  2. Roadmap
  3. Getting Started

Built With

  • Python
  • Next JS
  • TypeScript

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Get API Key at the following website

  2. Clone the repo

    git clone https://github.com/asakohayase/ai_youtube_quiz_generator
  3. Install packages

    poetry install

    You have to install poetry if not already installed.

  4. Enter your API key in .env

    OPENAI_API_KEY='ENTER YOUR API';
  5. Activate the virtual environment

    poetry shell

Usage

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

(back to top)

Roadmap

  1. Support Other Languages Than English

(back to top)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published