Dependencies
Simone requires the following dependencies to be installed on your system:
- FFmpeg: Used for video processing and screenshot extraction. Install FFmpeg from here
- Tesseract OCR Engine: Used for text recognition in screenshots. Install Tesseract OCR Engine from here
- OpenRouter: Used for generating the blog post and keywords. You need to obtain an API Key for Gemma 7B from OpenRouter for free. Find out more about OpenRouter from here
Tech Stack
This project leverages the following technologies and libraries:
- Python: The core language used for scripting and automation.
- FFmpeg: Used for video processing and screenshot extraction.
- Tesseract OCR Engine: Used for text recognition in screenshots.
- Gemma 7B: Used for generating blog posts and related keywords.
- OpenRouter: For using the Gemma 7B free API.
The project also uses other Python libraries for various functionalities. Refer to the requirements.txt
file for a full list of dependencies.