SubSleuth is a web application that helps users seek subtitles for movies and TV shows quickly and easily.
- Search: Enter a dialogue or text snippet from a movie or TV show to find matching subtitles.
- Download: Directly download subtitles from OpenSubtitles.org.
- Pagination: Navigate through search results using pagination.
- Animated UI: Enjoy a visually appealing interface with animated transitions.
To run SubSleuth locally, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies using
pip install -r requirements.txt
. - Run the Flask application by executing
python3 app.py
. - Access the application in your web browser at
http://localhost:5000
.
- Flask: Web framework for Python.
- ChromaDB: Database for storing and querying embeddings.
- Beautiful Soup: Library for web scraping.
- NLTK: Natural Language Toolkit for text preprocessing.
- Sentence Transformers: Library for generating sentence embeddings.
- tqdm: Library for displaying progress bars.
- Enter a dialogue or text snippet in the search bar and click "Search".
- Browse through the search results and click "Download" to get the desired subtitle.
- Navigate through multiple pages using the pagination controls.
Contributions are welcome! If you'd like to contribute to SubSleuth, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.