Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cceyda/common-voice-explorer
Common Voice Dataset explorer
https://github.com/cceyda/common-voice-explorer
Last synced: 3 months ago
JSON representation
Common Voice Dataset explorer
- Host: GitHub
- URL: https://github.com/cceyda/common-voice-explorer
- Owner: cceyda
- License: apache-2.0
- Created: 2021-03-26T06:59:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T06:58:14.000Z (over 2 years ago)
- Last Synced: 2023-03-08T23:52:51.764Z (almost 2 years ago)
- Language: Python
- Size: 125 KB
- Stars: 24
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Voice Dataset Explorer
[Common Voice Dataset](https://commonvoice.mozilla.org/en/datasets) is by Mozilla![demo image](https://github.com/cceyda/common-voice-explorer/blob/main/demo.jpg?raw=true)
Made during [huggingface finetuning week](https://discuss.huggingface.co/t/open-to-the-community-xlsr-wav2vec2-fine-tuning-week-for-low-resource-languages/4467)
# Usage
`pip install -r requirements.txt``streamlit run common_voice.py`
# Details
- Made using streamlit
- Using https://github.com/PablocFonseca/streamlit-aggrid for interactivity, because you can't click plots yet.I tried to put this together as quickly as I can, so it is not perfect.
Open a PR or issue~