Skip to content

Commit

Permalink
add missing requirements.txt and Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eldare committed Nov 26, 2023
1 parent 9beb624 commit 9d0ec6b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'fastimage'
13 changes: 13 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
fastimage (2.2.7)

PLATFORMS
arm64-darwin-22

DEPENDENCIES
fastimage

BUNDLED WITH
2.4.21
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A demo output video generated by this project can be found here:
- In this repository: `demo_output/video.mp4`

## How to run:
- Install requirements `bundle install && pip install -r requirements.txt`
- Set OpenAI API Key: `export OPENAI_API_KEY=<KEY>`
- Set Elevenlabs API Key: `export ELEVEN_API_KEY=<KEY>`
- In `./src/main.py` (bottom): set the channel name, the desired topic, voice name, and the destination dir.
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
elevenlabs==0.2.9
pydub==0.25.1
openai==0.27.5
Pillow==9.5.0
urllib3==1.26.15

0 comments on commit 9d0ec6b

Please sign in to comment.