https://github.com/kitsuyaazuma/inpersonation-app
An application that automatically scores your mimics
https://github.com/kitsuyaazuma/inpersonation-app
dtw-algorithm librosa python3 streamlit
Last synced: about 2 months ago
JSON representation
An application that automatically scores your mimics
- Host: GitHub
- URL: https://github.com/kitsuyaazuma/inpersonation-app
- Owner: kitsuyaazuma
- Created: 2022-08-31T01:10:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T07:30:51.000Z (over 2 years ago)
- Last Synced: 2025-05-05T14:02:22.715Z (about 2 months ago)
- Topics: dtw-algorithm, librosa, python3, streamlit
- Language: Python
- Homepage: https://kitsuya0828-inpersonation-app-home-aaa1x7.streamlitapp.com/
- Size: 17.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ぽいネ! (PoiNe!)
This is an application that automatically scores your mimics.
# DEMO
[](https://kitsuya0828-inpersonation-app-home-aaa1x7.streamlitapp.com/)
# Features
* Extract features (**CENS** and **ZCR**) from the theme's audio and your imitation, and caculate similarity by **[Fast Derivative DTW](https://github.com/z2e2/fastddtw)**.
* Compete with your online friends in real-time by participating with a common ID (Session state management with **Firebase**).# Requirement
* Python 3.10.1
* [Firebase](https://firebase.google.com/)# Installation & Usage
```bash
git clone https://github.com/Kitsuya0828/Inpersonation-App.git
cd Inpersonation-App
pip install -r requirements.txt
streamlit run HOME.py
```# Note
If you want to use Firebase in a multi-mode implementation, please create `secrets.toml` in `.streamlit/` folder directly under the directory. Then write the service account key issued by Firebase in TOML format in the file.
Service account keys are issued in JSON format, but the following site is recommended to convert them to TOML format.
[Convert JSON to TOML Online \- ConvertSimple\.com](https://www.convertsimple.com/convert-json-to-toml/)
```bash
mkdir .streamlit
cat path/to/serviceAccountKey.toml > .streamlit/secrets.toml
```The following site is also helpful to know how to manage secrets in Streamlit.
[Secrets management \- Streamlit Docs](https://docs.streamlit.io/streamlit-cloud/get-started/deploy-an-app/connect-to-data-sources/secrets-management)
# Author
* Adumaru ( [email protected] )
* Rokimaru
* Tohoku University# License
"PoiNe!" is under [MIT license](https://en.wikipedia.org/wiki/MIT_License).
Thank you!