Skip to content

Commit

Permalink
Merge pull request #4 from rajtilakjee/openrouter
Browse files Browse the repository at this point in the history
Modify README.md and dependencies.md
  • Loading branch information
rajtilakjee authored Apr 25, 2024
2 parents 493214d + af759a4 commit a5dbd1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Simone is a Python CLI-script that helps you create blog posts from your videos.

Simone requires the following dependencies to be installed on your system:

- **FFmpeg:** Used for video processing and screenshot extraction. Install FFmpeg from [here](https://ffmpeg.org/download.html).
- **Tesseract OCR Engine:** Used for text recognition in screenshots. Install Tesseract OCR Engine from [here](https://tesseract-ocr.github.io/tessdoc/Installation.html).
- **FFmpeg:** Used for video processing and screenshot extraction. Install FFmpeg from [here](https://ffmpeg.org/download.html)
- **Tesseract OCR Engine:** Used for text recognition in screenshots. Install Tesseract OCR Engine from [here](https://tesseract-ocr.github.io/tessdoc/Installation.html)
- **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](https://openrouter.ai/)

## Installation

Expand Down
5 changes: 3 additions & 2 deletions docs/getting-started/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

Simone requires the following dependencies to be installed on your system:

- **FFmpeg:** Used for video processing and screenshot extraction. Install FFmpeg from [here](https://ffmpeg.org/download.html).
- **Tesseract OCR Engine:** Used for text recognition in screenshots. Install Tesseract OCR Engine from [here](https://github.com/tesseract-ocr/tesseract).
- **FFmpeg:** Used for video processing and screenshot extraction. Install FFmpeg from [here](https://ffmpeg.org/download.html)
- **Tesseract OCR Engine:** Used for text recognition in screenshots. Install Tesseract OCR Engine from [here](https://github.com/tesseract-ocr/tesseract)
- **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](https://openrouter.ai/)

## Tech Stack

Expand Down

0 comments on commit a5dbd1b

Please sign in to comment.