Skip to content

im45145v/YT.BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YT.BOT | Streamlit Hugging Face LLM Application

YT.BOT is a Streamlit-based Language Model (LLM) application powered by Hugging Face Transformers that allows users to interact with youtube video with questions. With YT.BOT, you can easily analyze youtube video and ask questions about the video and get them answered

Getting Started

Follow the steps below to set up and run the YT.BOT Streamlit Hugging Face LLM Application on your local machine.

Prerequisites

Before you begin, make sure you have the following dependencies installed:

  • Python 3.7 or higher
  • Pip (Python package manager)

Installation

  1. Clone the YT.BOT repository to your local machine:

    git clone https://github.com/im45145v/YT.BOT.git
  2. Navigate to the project directory:

    cd {FolderName}
  3. Create a virtual environment (optional but recommended):

    python -m venv venv
  4. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS and Linux:

      source venv/bin/activate

Usage

streamlit run main.py

This will launch the YT.BOT application in your default web browser. You can then interact with the application and start generating text using the specified Hugging Face Transformers model.

Contributing

We welcome contributions to the YT.BOT project. If you want to contribute to this project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine.
  3. Create a new branch for your feature or bug fix.
  4. Make your changes and commit them.
  5. Push your changes to your fork on GitHub.
  6. Submit a pull request to the main repository.

Please make sure to follow the code of conduct and review the contribution guidelines in the repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Web Application to analyze youtube video and answer questions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages