python -m venv venv
./venv/Scripts/activate
Install the library dependencies by running pip install -r requirements.txt
python -m retrieval_system.retrieval
First go to the root directory
cd MediCar/Second run the flask server
python -m backend.runFirst, go into the frontend directory
cd frontendSecond, install the dependencies
npm installThird, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen 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.