An open API service indexing awesome lists of open source software.

https://github.com/raffaeleterribile/automatic_speech_recognition


https://github.com/raffaeleterribile/automatic_speech_recognition

Last synced: about 2 months ago
JSON representation

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 pip

Installazione librerie:
pip install -r requirements.txt