Repo link --> https://github.com/itachi9604/healthcare-chatbot
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.
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