/YouFind

A web app to find and browse through all occurrences of a word/phrase in a YouTube video.

Primary LanguagePython

A webapp to find and browse through all occurrences of a word/phrase in a YouTube video.

Click here to see the demo of the app.

This app is made using the Django framework.

Steps to build the project locally

  1. Clone the repository using git clone https://github.com/iamprayush/YouFind.git.
  2. Create and activate a python3 virtual environment. (Optional but recommended)
  3. Install all requirements using pip install -r requirements.txt.
  4. Create a local_settings.py file in the youfind/ directory and add a variable SECRET_KEY with your secret key as it's value.
  5. Run the app with python manage.py runserver.

Feel free to contribute to this project by creating a PR or raising an issue :)