All Projects → r9y9 → Nnsvs

r9y9 / Nnsvs

Licence: mit
Neural network-based singing voice synthesis library for research

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nnsvs

Opencv Mtcnn
An implementation of MTCNN Face detector using OpenCV's DNN module
Stars: ✭ 59 (-75.52%)
Mutual labels:  dnn
Tf2
An Open Source Deep Learning Inference Engine Based on FPGA
Stars: ✭ 113 (-53.11%)
Mutual labels:  dnn
Awesome Speech Recognition Speech Synthesis Papers
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
Stars: ✭ 2,085 (+765.15%)
Mutual labels:  dnn
Eyerissf
An Eyeriss Chip (researched by MIT, a CNN accelerator) simulator and New DNN framework "Hive"
Stars: ✭ 68 (-71.78%)
Mutual labels:  dnn
2sxc
DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
Stars: ✭ 98 (-59.34%)
Mutual labels:  dnn
Onnx
Open standard for machine learning interoperability
Stars: ✭ 11,829 (+4808.3%)
Mutual labels:  dnn
Dialectid e2e
End to End Dialect Identification using Convolutional Neural Network
Stars: ✭ 40 (-83.4%)
Mutual labels:  dnn
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (-19.5%)
Mutual labels:  dnn
Opentpod
Open Toolkit for Painless Object Detection
Stars: ✭ 106 (-56.02%)
Mutual labels:  dnn
Prediction Flow
Deep-Learning based CTR models implemented by PyTorch
Stars: ✭ 138 (-42.74%)
Mutual labels:  dnn
Gnes
GNES is Generic Neural Elastic Search, a cloud-native semantic search system based on deep neural network.
Stars: ✭ 1,178 (+388.8%)
Mutual labels:  dnn
Neuronblocks
NLP DNN Toolkit - Building Your NLP DNN Models Like Playing Lego
Stars: ✭ 1,356 (+462.66%)
Mutual labels:  dnn
Monet
MONeT framework for reducing memory consumption of DNN training
Stars: ✭ 126 (-47.72%)
Mutual labels:  dnn
Mobilnet ssd opencv
MobilNet-SSD object detection in opencv 3.4.1
Stars: ✭ 64 (-73.44%)
Mutual labels:  dnn
Pytorch Kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
Stars: ✭ 2,097 (+770.12%)
Mutual labels:  dnn
Polydeploy
A Bulk Deployment tool for the DNN CMS. PolyDeploy is focussed on security, reliability and auditability.
Stars: ✭ 40 (-83.4%)
Mutual labels:  dnn
Yolo mark
GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
Stars: ✭ 1,624 (+573.86%)
Mutual labels:  dnn
Lq Nets
LQ-Nets: Learned Quantization for Highly Accurate and Compact Deep Neural Networks
Stars: ✭ 195 (-19.09%)
Mutual labels:  dnn
Keraspp
코딩셰프의 3분 딥러닝, 케라스맛
Stars: ✭ 178 (-26.14%)
Mutual labels:  dnn
Mylearn
machine learning algorithm
Stars: ✭ 125 (-48.13%)
Mutual labels:  dnn

NN-SVS

License Python CI

Neural network-based singing voice synthesis library for research.

Demo

Neural network-based singing voice synthesis demo using kiritan_singing database (Japanese)

  • Open In Colab
  • Nbviewer

Audio samples

Installation

  • Python 3.6 or newer
  • nnmnkwii: development version (master branch) is required
  • pysinsy development version is required. Please have a look at the repostiory for installation.
  • Pytorch >= 1.x

Note that packages listed above should be manually installed. After installing them, you can run:

python setup.py develop

to install the rest of dependencies.

Respository structure

Python docstring style

https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html

Recipes

A recipe is a set of scripts and configuraitons that are used to reproduce experiments. All the steps used to conduct experiments are provided in a self-contained way. Please have a look at the egs directory if you want to build your singing voice systems.

Background

As of Feb. 2020, NEUTRINO, a DNN-based singing voice synthesis tool, has started gaining its popularity in Japan. Because of the powerful DNN-based approach, users can create expressive and natural singing voices even without manual tuning which is typically required to achieve satisfactory quality using the existing tools.

While NEUTRINO is a great tool for creative purposes, it is not open-source software. In fact, there are only a few open-source toolkits to the best of our knowledge. To advance the singing voice synthesis research, we aim to provide a modern DNN-based singing voice synthesis tool for researchers and developers.

That being said, I was just curious to see if I can make a better one than NEUTRINO. We’ll see :)

History

See HISTORY.md ]

Known issues

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].