Skip to content

Commit

Permalink
🏏 add example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
steinathan committed Aug 13, 2024
1 parent 7384855 commit 82adf66
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
OPENAI_API_KEY=""
ELEVENLABS_API_KEY=""
PEXELS_API_KEY=""
MAX_BG_VIDEOS=2
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ ReelsMaker is a Python-based/streamlit application designed to create captivatin

### Examples

<details>
<summary>Example videos</summary>

<video src='examples/example1.mp4' />
<video src='examples/example2.mp4' />
<video src='examples/example3.mp4' />

</details>

### Features

- AI-Powered Prompt Generation: Automatically generate creative prompts for your video content.
Expand All @@ -35,6 +30,12 @@ $ poetry shell
$ poetry install
```

copy and update the `.env`

```sh
$ cp .env.example .env
```

start the application

```sh
Expand Down
Binary file modified examples/example2.mp4
Binary file not shown.
Binary file modified examples/example3.mp4
Binary file not shown.

0 comments on commit 82adf66

Please sign in to comment.