Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janasunrise/anime-face-generation-dcgan-webapp
A port of my Anime face generation using Pytorch into a Webapp
https://github.com/janasunrise/anime-face-generation-dcgan-webapp
anime-face-generation deep-learning deep-neural-networks gan gans machine-learning webapp
Last synced: 22 days ago
JSON representation
A port of my Anime face generation using Pytorch into a Webapp
- Host: GitHub
- URL: https://github.com/janasunrise/anime-face-generation-dcgan-webapp
- Owner: janaSunrise
- License: apache-2.0
- Created: 2021-04-26T15:17:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T17:12:49.000Z (about 3 years ago)
- Last Synced: 2024-05-11T22:45:04.349Z (6 months ago)
- Topics: anime-face-generation, deep-learning, deep-neural-networks, gan, gans, machine-learning, webapp
- Language: Python
- Homepage: https://share.streamlit.io/janasunrise/anime-face-generation-dcgan-webapp/main/app.py
- Size: 22.9 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anime face generation DCGAN WebApp
> A port of my Anime face generation using Pytorch into a Webapp
## Installation and usage.
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.
## Contributing
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.⚠️ It’s good to have descriptive commit messages, or PR titles so that other contributors can understand about your
commit or the PR Created. Read [conventional commits](https://www.conventionalcommits.org/en/v1.0.0-beta.3/)
before making the commit message.## Show your support
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!
Made by Sunrit Jana with ♥