Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

Readme.md

File metadata and controls

37 lines (22 loc) · 1.02 KB

YouTube Tutor

YouTube Tutor generates and evaluates questions based on a YouTube video transcript. It leverages AI models for question generation and answer evaluation. This tool is a great asset for educators and self-learners.

Getting Started

Prerequisites

Ensure that Python 3.8 or later is installed on your system.

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/BidhanRoy/YouTubeTutor.git
  1. Navigate to the cloned repository and install the required packages:
pip install -r requirements.txt

How to Run

  1. Navigate to the cloned repository and run the following command:
streamlit run main.py
  1. Open the provided local URL in your browser. Enter the YouTube video link in the input field and the application will handle the rest.

License

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This permits personal use but forbids commercial use of the code.