SaileshBechar / ConversationGPT

Live transcription voice assistant for your Software Engineering and Science related conversations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Live transcription voice assistant for your Software Engineering and Science related conversations


Languages

Language:TypeScript 67.5%Language:Python 27.5%Language:HTML 1.9%Language:Batchfile 1.2%Language:CSS 0.8%Language:Dockerfile 0.7%Language:JavaScript 0.5%