Skip to content

A full stack application for live transcription, generate summary and other details on the conversation between physicain and the patients.

Notifications You must be signed in to change notification settings

asifrahaman13/healthcare-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Getting Started

Chat Application

First clone the repository.

git clone https://github.com/asifrahaman13/healthcare-data.git

Backend

Move to the backend directory

cd backend/

Next create and activate the virtual environment.

virtualenv .venv
source .venv/bin/activate

Install the necessary packages and dependencies

pip install -r requirements.txt

Now run the backend

uvicron main:app --reload

Front end

Open another terminal to move to the front end.

cd frontend/

Install the required packages

yarn install

Next run the development server

yarn run dev

About

A full stack application for live transcription, generate summary and other details on the conversation between physicain and the patients.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published