Skip to content

Al-Ghoul/HealthCare-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthCare

A Disease Symptoms analyzer written purely in python.

All Data were imported from the health-care chatbot, credit goes to the rightful owner.

Tech

HealthCare uses a number of open source projects to work properly:

  • [Django] - The web framework for perfectionists with deadlines.
  • [Python] - Python is a programming language that lets you work quickly and integrate systems more effectively.

Installation

HealthCare requires Python v3.10.8+ to run.

Clone this repo on ur local machine...

git clone https://github.com/Al-Ghoul/HealthCare-Django.git

Change your directory to the repo, create the virtual env and activate your venv...

cd HealthCare-Django
py -m venv YOUR_VENV_NAME
YOUR_VENV_NAME\Srcripts\activate

Install the dependencies and start the server.

pip install -r .\requirements.txt
cd HealthCare
py manage.py runserver PORT

NOTE if you are not on windows OS, replace 'py' with 'python', and finally either way replace 'PORT' with the port you'd like, normally I'd go with 80.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published