This project is a Medical Automatic Speech Recognition (ASR) system.
- Conda (Anaconda or Miniconda)
-
Clone the repository:
git clone https://github.com/sociocom/medical-asr.git
-
Create the conda environment:
cd backend conda env create -f environment.yml
-
Activate the conda environment:
conda activate medical-asr
-
Navigate to the backend directory:
cd backend
-
Start the backend server:
python app.py
-
The backend server should now be running on
http://localhost:5010
.
-
Open a new terminal and navigate to the frontend directory:
cd frontend
-
Install frontend dependencies:
npm install
-
Start the frontend application:
npm run dev
-
Open your browser and navigate to
http://localhost:3000/sample-chat
.