Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SophiaPerzan committed Jul 9, 2023
1 parent 90ccfbe commit f99e064
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,22 @@ Create a new reddit app. You can do so at this link: <https://www.reddit.com/pre
Select script from the radio button menu. Set the redirect uri to <http://localhost:8080>

Create a .env file using the .env.template and populate the PRAW variables
* NOTE: You can filter posts by character limit in the .env file. It is reccomended to set them to something other than the defaults as otherwise you may burn through your elevenlabs API char limit very quickly.

- NOTE: You can filter posts by character limit in the .env file. It is reccomended to set them to something other than the defaults as otherwise you may burn through your elevenlabs API char limit very quickly.

Create an elevenlabs account if you do not already have one

Paste your elevenlabs api key into the .env file

Paste your OpenAI API key in the .env file and set whether or not you want to use GPT-4
* NOTE: You will need an API key with access to gpt-4 in order to use it. Expect higher api costs if doing so.

- NOTE: You will need an API key with access to gpt-4 in order to use it. Expect higher api costs if doing so.

Set the filename of the background video you want to use in the BG_VIDEO_FILENAME field of the .env file

Run the script

TODO:
* Automated creation of subtitles to be added to the video
* Picking a random background video from a library
* Use GPT-4 for translation of content to other languages

- Automated creation of subtitles to be added to the video
- Use GPT-4 for translation of content to other languages

0 comments on commit f99e064

Please sign in to comment.