Ava is an insurance assistant chatbot app that helps Talenx pre-approve claims. Built at the Talanx hackathon in Hanover, Germany.
To build the app, first install dependencies:
npm install
Run the frontend on http://localhost:3000:
npm run start:dev
To generate for deployment:
npm run deploy
For the backend, simply run the app.py
file using Python from the backend
folder.