Shue's picture
Update README.md
f531eeb
|
raw
history blame
No virus
944 Bytes
---
title: DIGIMAP Group4 Animefy
emoji:
colorFrom: pink
colorTo: gray
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# DIGIMAP S13 Project: Animefy
Web application implementation of [AnimeGANv2](https://github.com/TachibanaYoshino/AnimeGANv2)
### Members:
- Andre Ponce
- Angel Lopez
- Dean Saril
- Joshue Jadie
### Requirements:
* python 3.7 or lower
* streamlit
* tensorflow-gpu 1.15.0
* opencv (for local) | opencv-headless (cpu-only package; for web app)
* numpy
### Local Usage:
###### 1) Create an environment through your terminal using `pip-env` or anaconda (`conda`) to avoid version conflicts with your other projects.
###### 2) Install dependencies
`pip install -r local_requirements.txt`
###### 3) Install streamlit
`pip install streamlit`
###### 4) Run web application
`streamlit run app.py`