A port of my Anime face generation using Pytorch into a Webapp
This project uses pipenv
for dependency management. You need to ensure that you have pipenv
installed on your system.
Here's how to quickly install the dependencies, and quickstart the web application:
- Install it using
pipenv sync -d
- Once done, run the webapp using
pipenv run start
And it will start on Port 8501
by default and also it opens the site too on webbrowser.
Contributions, issues and feature requests are welcome. After cloning & setting up project locally, you can just submit a PR to this repo and it will be deployed once it's accepted.
We love people's support in growing and improving. Be sure to leave a ⭐️ if you like the project and also be sure to contribute, if you're interested!