-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from ehennenfent/fix_name
Forgot about pypi not using underscores...
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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. | ||
|