Skip to content

yogesh2104/Disease-Prediction-using-Symptoms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Smart-Health-Advisor

Live Demo (Backend not supported)

This live demo link is only supported for frontend changes

https://smart-health-advisor.vercel.app/

For expected results follow the below steps:

Getting Started

##First, run the backend server:

Step 1

pip install -r requirements.txt

After Installing start django server

python manage.py runserver

Backend server run on local machine on http://127.0.0.1:8000/ this port

For prediction we have make API end point

Note :-

if you run backend on different port then change base_url in frontend file located at /lib/urls.ts this file

base_url = `http://127.0.0.1:your_port_number/`

Make a request from frontend on this port

Second, run the frontend server on your local machine

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

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.6%
  • Jupyter Notebook 28.2%
  • Python 20.3%
  • Other 0.9%