├── .gitattributes ├── .ipynb_checkpoints ├── common_voice_dataset-checkpoint.ipynb ├── create_voxforge_manifest-checkpoint.ipynb └── voxforge_dataset-checkpoint.ipynb ├── README.md ├── common_voice_dataset.ipynb ├── create_voxforge_manifest.ipynb ├── download_mozilla_common_voice_for_turkish.ipynb └── download_voxforge_dataset.ipynb /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rumeysakeskin/Speech-Datasets-for-ASR/HEAD/.gitattributes -------------------------------------------------------------------------------- /.ipynb_checkpoints/common_voice_dataset-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rumeysakeskin/Speech-Datasets-for-ASR/HEAD/.ipynb_checkpoints/common_voice_dataset-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/create_voxforge_manifest-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rumeysakeskin/Speech-Datasets-for-ASR/HEAD/.ipynb_checkpoints/create_voxforge_manifest-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/voxforge_dataset-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rumeysakeskin/Speech-Datasets-for-ASR/HEAD/.ipynb_checkpoints/voxforge_dataset-checkpoint.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rumeysakeskin/Speech-Datasets-for-ASR/HEAD/README.md -------------------------------------------------------------------------------- /common_voice_dataset.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rumeysakeskin/Speech-Datasets-for-ASR/HEAD/common_voice_dataset.ipynb -------------------------------------------------------------------------------- /create_voxforge_manifest.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rumeysakeskin/Speech-Datasets-for-ASR/HEAD/create_voxforge_manifest.ipynb -------------------------------------------------------------------------------- /download_mozilla_common_voice_for_turkish.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rumeysakeskin/Speech-Datasets-for-ASR/HEAD/download_mozilla_common_voice_for_turkish.ipynb -------------------------------------------------------------------------------- /download_voxforge_dataset.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rumeysakeskin/Speech-Datasets-for-ASR/HEAD/download_voxforge_dataset.ipynb --------------------------------------------------------------------------------