Live transcription voice assistant for your Software Engineering and Science related conversations
Your Science and Coding Voice Assistant
demo2x.mp4
Running Server
pip install requirments.txt
press F5
or
py app.py
Compiling Front-End (for deployment purposes)
npm install
Windows
set "REACT_APP_ENV=prod" && npm run build
Linux/ MacOS
REACT_APP_ENV=prod npm run build
Running Front-End (For debugging purposes)
Install latest version of Node.js
cd prompter-front-end
npm install
Windows
set "REACT_APP_ENV=dev" && npm start
Linux
REACT_APP_ENV=dev npm start
Running Tests
npm test
Running PostgreSQL Database
cmd /c start-postgres-server-and-create-db.cmd