An open API service indexing awesome lists of open source software.

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.

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