Skip to content

Commit

Permalink
Modify README.md and dependencies.md
Browse files Browse the repository at this point in the history
Added OpenRouter details
  • Loading branch information
rajtilakjee committed Apr 25, 2024
1 parent dd23ded commit af759a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +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).
- **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/).
- **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
6 changes: 3 additions & 3 deletions docs/getting-started/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +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).
- **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/).
- **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 af759a4

Please sign in to comment.