You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@ Simone is a Python CLI-script that helps you create blog posts from your videos.
21
21
22
22
Simone requires the following dependencies to be installed on your system:
23
23
24
-
-**FFmpeg:** Used for video processing and screenshot extraction. Install FFmpeg from [here](https://ffmpeg.org/download.html).
25
-
-**Tesseract OCR Engine:** Used for text recognition in screenshots. Install Tesseract OCR Engine from [here](https://tesseract-ocr.github.io/tessdoc/Installation.html).
24
+
-**FFmpeg:** Used for video processing and screenshot extraction. Install FFmpeg from [here](https://ffmpeg.org/download.html)
25
+
-**Tesseract OCR Engine:** Used for text recognition in screenshots. Install Tesseract OCR Engine from [here](https://tesseract-ocr.github.io/tessdoc/Installation.html)
26
+
-**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/)
Copy file name to clipboardExpand all lines: docs/getting-started/dependencies.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
3
3
Simone requires the following dependencies to be installed on your system:
4
4
5
-
-**FFmpeg:** Used for video processing and screenshot extraction. Install FFmpeg from [here](https://ffmpeg.org/download.html).
6
-
-**Tesseract OCR Engine:** Used for text recognition in screenshots. Install Tesseract OCR Engine from [here](https://github.com/tesseract-ocr/tesseract).
5
+
-**FFmpeg:** Used for video processing and screenshot extraction. Install FFmpeg from [here](https://ffmpeg.org/download.html)
6
+
-**Tesseract OCR Engine:** Used for text recognition in screenshots. Install Tesseract OCR Engine from [here](https://github.com/tesseract-ocr/tesseract)
7
+
-**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/)
0 commit comments