Skip to content

ptumali/MediCar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Step 1: Set up a Virtual Environment

python -m venv venv
./venv/Scripts/activate

Install the library dependencies by running pip install -r requirements.txt

Step 2: Run the Retrieval Model

python -m retrieval_system.retrieval

Step 3: Set up the backend API server

First go to the root directory

cd MediCar/

Second run the flask server

python -m backend.run

Step 4: Set up libraries for Frontend

First, go into the frontend directory

cd frontend

Second, install the dependencies

npm install

Third, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors