Skip to content

Smart Health Advisor : AI-driven system that provides individuals with personalized health recommendations based on their medical history, genetics, and lifestyle.

Notifications You must be signed in to change notification settings

saurabhsharma104/Smart-Health-Advisor

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.

About

Smart Health Advisor : AI-driven system that provides individuals with personalized health recommendations based on their medical history, genetics, and lifestyle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •