Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 848 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 848 Bytes

2023-hackathon10

DriverHero aims to provide an audio assistant for taxi drivers. As a first use case, it allows taxi drivers to ask for other taxis in case there are many people waiting. The driver can say: "Brauche eine Fahrt von Meran nach Bozen für vier Personen" and the system will record it after asking for confirmation. The technologies used in this project are Speech-To-Text, Entity recognition, Text-to-Speech, and React for the prototype UI.

Frontend React

npm i npm run dev

Runs on port 3000

Backent Node.Js

npm i npm run dev

Runs on port 3000

Backend Python

install the following python libraries: spacy flask python-dotenv

To use OpenAIs GPT algorithm use python app_chatgpt

To use our spacy integration use python app_spacy

Runs on port 3000

9298c567a8158e915168e56dcfa02faaf7c0a710