Skip to content

TechNerd1/FindYourContent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Navigate to the Project Directory:
    cd findyourcontent
    
  2. Set Up the Virtual Environment:
    • Create a virtual environment for the project. This helps to ensure that the project's dependencies remain isolated.
      python -m venv myvenv
      
  3. Activate the Virtual Environment:
    • Windows:
      .\myvenv\Scripts\activate
      
    • On MacOS/Linux:
      source myvenv/bin/activate
      
  4. Install Dependencies:
    • With the virtual environment activated, install the required packages listed in requirements.txt.
      pip install -r requirements.txt
      
  5. Unzip transcripts_fts.zip
  6. Run the Project:
    streamlit run .\src\Search.py
    

About

A simple python YouTube transcript search engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages