Coder Social home page Coder Social logo

siya016 / ayucare Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abdullahshiraz/ayucare

0.0 0.0 0.0 14.09 MB

AYUCARE is a web application that provides a solution to detect diseases from symptoms and recommend Ayurvedic medicine using two machine learning models that are based on decision tree algorithms.

Python 0.61% HTML 5.14% Jupyter Notebook 94.24%

ayucare's Introduction

AYUCARE - Disease Detection and Ayurvedic Medicine Recommendation System

AYUCARE is a web application that uses machine learning algorithms to detect diseases from symptoms and recommend Ayurvedic medicine. The application uses two machine learning models, both of which use decision tree algorithms.

Installation

To run the application, you will need to install the many packages, some main one like:

  • Flask
  • scikit-learn
  • pandas
  • numpy

To install these packages, you can use the following command:

pip install -r requirements.txt

Usage

To run the application, navigate to the Samudini directory and run the following command:

python app.py

This will start the Flask development server, and the application will be accessible at http://localhost:5000.

Machine Learning Models

The application uses two machine learning models to detect diseases and recommend Ayurvedic medicine:

  1. Decision Tree Classifier: This model is trained on a dataset of symptoms and their corresponding diseases. Given a set of symptoms, the model predicts the most likely disease.

  2. Decision Tree Classifier: This model is trained on a dataset of diseases and their corresponding Ayurvedic medicines. Given a disease, the model recommends the most effective Ayurvedic medicine.

Dataset

The datasets used to train the machine learning models are available in the dataset directory of Nadun and Abdullah directory. The data.csv file contains a list of symptoms and their corresponding diseases, and the Drug prescription Dataset.csv file contains a list of diseases and their corresponding Ayurvedic medicines.

Contributing

If you would like to contribute to this project, you can fork the repository and submit a pull request. Please make sure to follow the existing code style and include test cases for any new functionality.

ayucare's People

Contributors

abdullahshiraz avatar samudinid avatar nadun999 avatar thisarikatna avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.