https://github.com/wawanwidiantara/glow-up-app
A Flutter app using fuzzy logic for personalized facial wash recommendations.
https://github.com/wawanwidiantara/glow-up-app
flutter getx
Last synced: about 2 months ago
JSON representation
A Flutter app using fuzzy logic for personalized facial wash recommendations.
- Host: GitHub
- URL: https://github.com/wawanwidiantara/glow-up-app
- Owner: wawanwidiantara
- Created: 2024-05-18T19:09:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-04T09:33:23.000Z (7 months ago)
- Last Synced: 2025-02-15T13:37:11.932Z (4 months ago)
- Topics: flutter, getx
- Language: Dart
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# β¨ GlowUp - Facial Wash Recommendation App
**GlowUp** is a Flutter application designed to provide personalized facial wash recommendations using fuzzy logic. This app considers various skin types and conditions to recommend the most suitable facial wash for each user, ensuring a tailored skincare experience.
## π Features
- **Personalized Recommendations**: Uses fuzzy logic to analyze userβs skin type and conditions (e.g., dryness, oiliness, sensitivity) and recommend the best facial wash products.
- **User-Friendly Interface**: Built with Flutter to ensure a responsive and visually appealing interface, enhancing the user experience.
- **Skin Type Assessment**: Users can input specific skin characteristics, and GlowUp will interpret these using fuzzy logic to provide accurate recommendations.
- **Product Database**: Accesses a curated database of facial wash products, categorized based on their suitability for different skin types and concerns.
- **Saved Recommendations**: Allows users to save recommended products for future reference and track changes in their skincare routine.## π οΈ Technologies Used
- **Flutter**: A cross-platform development framework that enables the creation of a rich and responsive user interface.
- **Fuzzy Logic**: An AI-based decision-making method that processes skin type and condition data to provide personalized recommendations.## π οΈ Prerequisites
- **Flutter**: Version 3.0+ recommended
- **Dart**: Version 2.17+
- **Android Studio** or **Xcode** (for Android and iOS development)## π Getting Started
1. **Clone the Repository**
```bash
git clone https://github.com/WawanWidiantara/glow_up_app.git
cd glow_up_app
2. **Install dependencies**:```bash
flutter pub get