Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
pop2piano on gradio
Basic Info
- Host: GitHub
- Owner: masakiaota
- Language: Jupyter Notebook
- Default Branch: main
- Size: 18.6 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 0
Created almost 3 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Citation
README.md
- pip2pianoのUIを作るだけ
- いまんところ poetryだけで環境構築
起動方法
bash
poetry run python src/app.py
Python系以外のrequirements
apt-get install -y fluidsynth ffmpeg
model
Download: https://github.com/sweetcocoa/pop2piano/releases/tag/dpi2kepoch
locate:
models/
Owner
- Name: Masaki AOTA
- Login: masakiaota
- Kind: user
- Location: Tokyo
- Company: Japanese Traditional Big Company
- Website: https://aotamasaki.hatenablog.com/
- Repositories: 22
- Profile: https://github.com/masakiaota
Data scientist ... (?) 競プロ水色系Kaggle Master
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you want to cite the framework, feel free to use this (but only if you loved it 😊)"
title: "Ascender"
abstract: "Ascender is a GitHub repository template for research projects using Python as a developing language."
date-released: 2022-10-26
authors:
- family-names: "Fukuhara"
given-names: "Yoshihiro"
- family-names: "Kubotani"
given-names: "Yoshiki"
- name: "cvpaper.challenge XCCV group"
version: 0.1.3
doi: 10.5281/zenodo.7672842
license: "MIT"
url: "https://github.com/cvpaperchallenge/Ascender"
GitHub Events
Total
Last Year
Dependencies
environments/Dockerfile
docker
- ${BASE_IMAGE} latest build
poetry.lock
pypi
- 207 dependencies
pop2piano/requirements.txt
pypi
- essentia ==2.1b6.dev1034
- note-seq ==0.0.5
- omegaconf ==2.1.1
- pretty-midi ==0.2.9
- pyFluidSynth ==1.3.0
- pytorch-lightning ==1.8.4
- torch ==1.13.1
- torchaudio ==0.13.1
- transformers ==4.16.1
pyproject.toml
pypi
- beartype ^0.15.0
- bokeh 2.4.3
- essentia 2.1b6.dev1034
- gradio ^3.38.0
- note-seq 0.0.5
- omegaconf 2.1.1
- pretty-midi 0.2.9
- pyfluidsynth 1.3.0
- python ^3.8
- pytorch-lightning 1.8.4
- torch *
- torchaudio *
- transformers 4.16.1
- youtube-dl 2021.12.17
.github/workflows/lint-and-test.yaml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
- docker/setup-buildx-action v2 composite