Skip to content

Commit

Permalink
updated dependendencies and README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfazio committed Aug 10, 2024
1 parent 5536300 commit 9d3a23d
Show file tree
Hide file tree
Showing 10 changed files with 352 additions and 345 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ All required Python libraries are listed in `pyproject.toml`.
4. Open `.env` and insert your OpenAI API key and Google Gemini API key.

```shell
echo "OPENAI_API_KEY=<your-api-key>
GEMINI_API_KEY=<your-api-key>" > .env
echo -e "OPENAI_API_KEY=<your-api-key>\nGEMINI_API_KEY=<your-api-key>" > .env
```

## Usage
Expand Down
Binary file added __pycache__/clipper.cpython-310.pyc
Binary file not shown.
Binary file added __pycache__/crew.cpython-310.pyc
Binary file not shown.
Binary file added __pycache__/extracts.cpython-310.pyc
Binary file not shown.
Binary file added __pycache__/local_transcribe.cpython-310.pyc
Binary file not shown.
Binary file added __pycache__/subtitler.cpython-310.pyc
Binary file not shown.
Binary file added __pycache__/utils.cpython-310.pyc
Binary file not shown.
Binary file added __pycache__/ytdl.cpython-310.pyc
Binary file not shown.
691 changes: 351 additions & 340 deletions poetry.lock

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ setuptools = "*"
python-decouple = "*"
langchain-community = "*"
openai-whisper = {git = "https://github.com/openai/whisper.git"}
#pytube = {git = "https://github.com/pytube/pytube.git"}
torch = "*"
ffmpeg-python = "*"
crewai_tools = "*"
Expand All @@ -26,8 +25,6 @@ maskpass = "*"
youtube-transcript-api = "*"
lockfile = "*"
yt-dlp = "*"
mlx = "*"
mlx-whisper = "*"
requests = "*"

[[tool.poetry.packages]]
Expand Down

0 comments on commit 9d3a23d

Please sign in to comment.