Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cainky committed Sep 23, 2023
1 parent 58ebe61 commit fb10c53
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,26 @@ A simple GUI app to synchronize recorded audio with video lip movements using th
cd Lipsync
```

3. Install Poetry and the required packages for the backend (assuming you have Python already installed):
3. Make sure you put the necessary model files into backend/wav2lip-hq/checkpoints as described in the [wav2lip-hq directory](https://github.com/Markfryazino/wav2lip-hq)

4. Install Poetry and the required packages for the backend (assuming you have Python already installed):
```bash
cd backend
curl -sSL https://install.python-poetry.org | python3 -
poetry install
```

4. Run the backend app:
5. Run the backend app:
```bash
poetry run app.py
```

5. Install the required packages for the frontend (assuming you have npm already installed)
6. Install the required packages for the frontend (assuming you have npm already installed)
```bash
cd ../frontend
npm install
```
6. Run the frontend app:
7. Run the frontend app:
```bash
npm run dev
```
Expand Down

0 comments on commit fb10c53

Please sign in to comment.