Skip to content

Commit

Permalink
Merge pull request #7 from ehennenfent/fix_name
Browse files Browse the repository at this point in the history
Forgot about pypi not using underscores...
  • Loading branch information
ehennenfent authored Dec 16, 2023
2 parents 93b11a6 + ee8aba5 commit 97dd7d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project:
* Uses [Flask](https://flask.palletsprojects.com) & [HTMX](https://htmx.org) to display a new image every few minutes

And like most AI projects, it simultaneously works better and worse than one might expect.
The images generated are never a perfect rendition of what's going on, but are almost _too_ good to be just ambient background flavor.
The images generated are usually an amusingly flawed rendition of what's going on, but are almost _too_ good to be just ambient background flavor.

## Demo Reel

Expand All @@ -33,12 +33,12 @@ I recommend installing in a [virtual environment](https://docs.python.org/3/libr

```
# From PyPI:
pip install live_illustrate
pip install live-illustrate
# Or locally:
# Or for hacking:
git clone [email protected]:ehennenfent/live_illustrate.git
cd live_illustrate
pip install -e .
pip install -e ".[dev]"
```

Whisper will be _much_ faster if you use a cuda-enabled pytorch build. I recommend installing this manually afterwards.
Expand Down

0 comments on commit 97dd7d3

Please sign in to comment.