Prerequisites
- Install XAMPP web server.
- Any Editor (Preferably VS Code or Sublime Text).
- Any web browser with latest version.
- Install Python.
- Install Anaconda.
Languages and Technologies used
- HTML5/CSS3
- JavaScript
- Bootstrap
- XAMPP
- Python, Django
- MySQL
Steps to run the project in your machine
- Download and install XAMPP in your machine.
- Download and install VS code in your machine.
- Download and install Python in your machine.
- Download and install Anaconda in your machine.
- Open the source code folder and open health care folder in VS code.
- Start the Apache and Mysql in your XAMPP control panel.
- Open your web browser and type 'localhost/phpmyadmin'.
- In phpmyadmin page, create a new database from the left panel and name it as 'healthcare_db'.
- Import the file 'healthcare_db.sql' inside your newly created database and click ok.
- Create "ML Disease Prediction - Smart Doctor" and "Drug Recommendation" to create trained model.
- Put model folder inside healthcare folder, Path of model will be "healthcare\healthcare\model".
- Open VS code and write a command in terminal which is 'python manage.py runserver'.