Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.04 KB

Photong (Streamlit App)

Streamlit app badge

This is the front-end Streamlit app for Photong, an app that uses machine learning technology to generate a 16-bar melody from a photo.

Deployment

The demo can be found here.

Deploying the Streamlit app locally requires Python 3.8 and pipenv.

Clone this project locally:

git clone https://github.com/photong-ml/photong-v2-streamlit.git
cd photong-web-app

Then run:

pipenv install
pipenv run streamlit run app.py

Deploying on Windows

You may need Microsoft C++ Build Tools to build some packages. For more information, follow this Stack Overflow answer.

Usage

See the step-by-step tutorial for more information.