Skip to content

Harshtr8/CodeCure-Healthcare-Website-GFGXNIET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeCure

CodeCure is a web application developed using Flask, a web framework in Python that aims to assist patients in obtaining the necessary medical care for their needs. The system allows users to register as patients or doctors, book appointments, and predict diseases based on symptoms. Doctors can view and manage appointments, while patients can track their appointments and update their profiles. Additionally, the system provides information on various health-related topics through blog posts and also analyses mental health conditiion of patients.

Features User Registration:

Patients and doctors can register using the system. Patients provide basic information such as username, email, and password. Doctors provide additional information, including their type of specialization. User Login and Logout:

Users can log in to access personalized dashboards. Sessions are managed to ensure secure access, and users can log out when done. Appointment Booking:

Patients can book appointments with doctors. Doctors can view and manage appointments assigned to them. Disease Prediction:

A machine learning model predicts diseases based on user-input symptoms. The system uses a Decision Tree Classifier trained on medical data. Blog Section:

Information on various health-related topics is provided through blog posts. Topics include Transforming Healthcare, Holistic Health, Nourishing Body, and Importance of Games.

Users can find information on different medical scans, such as lung, and full body symptoms scans. Project Structure app.py: The main Flask application file containing routes and functionality. templates: Contains HTML templates for rendering web pages. static: Contains static files such as CSS, images, and data. database.db: SQLite database file storing user and appointment information. Data: Contains CSV files used for training and testing the disease prediction model.

Clone the repository: git clone https://github.com/VaibhavBajpaij/CodeCure-Healthcare-Website-GFGXNIET Install dependencies: pip install -r requirements.txt Run the application: python app.py

Dependencies Flask Flask-SQLAlchemy Plotly NumPy TensorFlow Scikit-Learn Screenshot 2024-09-14 170230 Screenshot 2024-09-14 170214 Screenshot 2024-09-14 170153 Screenshot 2024-09-14 170127 Screenshot 2024-09-14 170113 Screenshot 2024-09-14 170055 Screenshot 2024-09-14 170041 Screenshot 2024-09-14 170022

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.4%
  • HTML 7.2%
  • Python 1.3%
  • Other 1.1%