Shue's picture
Update README.md
13201d6
|
raw
history blame contribute delete
No virus
949 Bytes

A newer version of the Streamlit SDK is available: 1.37.1

Upgrade
metadata
title: Animefy
emoji: 
colorFrom: pink
colorTo: gray
sdk: streamlit
sdk_version: 1.10.0
python_version: 3.7
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

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