Giter Site home page Giter Site logo

healthbot's Introduction

# HealthCare Chatbot and Skin Disease Prediction App

## Description:

This repository contains code for a HealthCare Chatbot and a Skin Disease Prediction App developed using Streamlit. The HealthCare Chatbot predicts common diseases based on symptoms provided by the user, while the Skin Disease Prediction App predicts whether a skin lesion is melanoma or an allergy based on uploaded images.



## Features:

- HealthCare Chatbot:
  - Predicts common diseases based on symptoms provided by the user.
  - Provides descriptions and precautions for identified diseases.
  - Offers consultations based on symptom severity and duration.

- Skin Disease Prediction App:
  - Allows users to upload images of skin lesions.
  - Predicts whether the lesion is melanoma or an allergy.
  - Utilizes a pre-trained ResNet50 model for prediction.

---

## File Structure:

1. **skinandsymp.py**: Main script responsible for creating the user interface and handling user interactions.
2. **requirements.txt**: Lists all dependencies required for running the project.



## Getting Started:

To run the ChatBot locally, follow these steps:

1. Clone this repository to your local machine:

   ```bash
   git clone https://github.com/pervaje28megh/skinandsymp.git
  1. Install the required dependencies using the following command:

    pip install -r requirements.txt

    The requirements.txt file might look like:

    streamlit==1.7.0
    pandas==1.4.0
    numpy==1.21.0
    scikit-learn==0.24.2
    tensorflow==2.8.0
    torch==1.10.0
    torchvision==0.11.1
    

    Running pip freeze > requirements.txt will create a requirements.txt file in your current directory containing a list of all installed packages along with their versions.

  2. Setup Environment Variables.

  3. Run the skinandsymp.py script using Python:

    streamlit run healthcare_chatbot.py
  4. Interact with the ChatBot by typing or using images for skin cancer prediction.

Contributing:

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.

License:

This project is licensed under the MIT License.


healthbot's People

Contributors

pervaje28megh avatar

Watchers

 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.