https://github.com/raffaeleterribile/automatic_speech_recognition
https://github.com/raffaeleterribile/automatic_speech_recognition
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raffaeleterribile/automatic_speech_recognition
- Owner: raffaeleterribile
- Created: 2024-12-05T18:09:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T07:15:17.000Z (6 months ago)
- Last Synced: 2025-02-02T20:26:35.436Z (4 months ago)
- Language: Python
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Esempio di assistente vocale con le librerie di HuggingFace
Basato su https://huggingface.co/spaces/course-demos/whisper-small/blob/main/app.py
Creazione ambiente:
conda create --prefix PATH_TO_ENVIRONMENT python=3.10 pipInstallazione librerie:
pip install -r requirements.txt