Skip to content

A machine learning project created in Flutter using Firebase, Rest Api , MongoDB and Provider.

License

Notifications You must be signed in to change notification settings

Emon526/Mother-Care-Flutter

Repository files navigation

Mother Care - Breast Cancer Prediction

License GitHub Issues GitHub Forks GitHub Stars Releases

Mother Care is an ML-based application designed to help detect breast cancer in its early stages using mammography images. It also includes a special feature for self-breast check. In addition to the prediction capabilities, the application provides a range of features to support users in managing their breast health and accessing important resources.

Features

  • Breast cancer prediction using ML algorithms and mammography images
  • Self-breast check with guided instructions and tips for early detection
  • Login and sign up functionality to personalize user experience
  • Breast cancer articles and resources for educational purposes
  • Doctor appointment scheduling with the ability to filter doctors by specialization
  • Reminder creation for self-breast checks and medical appointments
  • Support for multiple languages to cater to a diverse user base
  • Theme customization options to enhance user experience

Installation

  1. Clone the repository:

    git clone https://github.com/Emon526/Mother-Care-Flutter.git
  2. Change to the project directory:

    cd Mother-Care-Flutter
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run
  5. Generate Launcher Icons:

    dart run flutter_launcher_icons
  6. Generate Splash Screen:

    dart run flutter_native_splash:create
  7. Update Pods:

    cd ios
    pod cache clean --all
    
    rm Podfile.lock
    
    rm -rf .symlinks/
    
    cd ..
    
    flutter clean
    
    flutter pub get
    
    cd ios
    
    pod update
    
    pod repo update
    
    pod install --repo-update
    
    pod update
    
    pod install
    
    cd ..

For detailed instructions, please refer to the Flutter documentation.

Contributing

We welcome contributions from the community to help improve Mother Care. To contribute, please review the contribution guidelines before submitting a pull request.

Issues

If you encounter any issues or have suggestions for improvement, please open an issue on GitHub. We appreciate your feedback and will do our best to address it.

License

Mother Care is licensed under the MIT License.

Acknowledgments

We would like to express our gratitude to all the contributors and supporters who have helped make this project possible.

GitHub Repository: Mother Care