File size: 944 Bytes
fa6027f
 
232aa2a
fa6027f
1d31da5
fa6027f
 
 
 
 
 
16bbeae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
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`