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.
- 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
-
Clone the repository:
git clone https://github.com/Emon526/Mother-Care-Flutter.git
-
Change to the project directory:
cd Mother-Care-Flutter
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
-
Generate Launcher Icons:
dart run flutter_launcher_icons
-
Generate Splash Screen:
dart run flutter_native_splash:create
-
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.
We welcome contributions from the community to help improve Mother Care. To contribute, please review the contribution guidelines before submitting a pull request.
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.
Mother Care is licensed under the MIT License.
We would like to express our gratitude to all the contributors and supporters who have helped make this project possible.
GitHub Repository: Mother Care