Skip to content

Repository files navigation

APPLICAZIONE che trascrive ciò che dici in testo tramite ai

Crea un ambiente virtuale con python:

python -m venv venv

Attivazione ambiente virtuale

source venv/bin/activate

Poi puoi procedere con l'installazione delle dipendenze:

pip install fastapi uvicorn python-dotenv python-multipart

E avviare il backend (porta 8001 per scelta personale):

uvicorn main:app --reload --port 8001

Avvia il FE (dopo npm i per installare le dipendenze):

npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages