# common-voice-explorer **Repository Path**: rogerspy/common-voice-explorer ## Basic Information - **Project Name**: common-voice-explorer - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-28 - **Last Updated**: 2021-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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~