ReCellMate(MVP Version) is an Android application focused on promoting responsible e-waste management. This application helps users estimate the resale price of theie mobile phones based on the device's conditions and specifications. The app uses AI/ML models to make accurate price predictions and also integrates with GEMINI AI for answering user queries about device or the resale process.
- 📱AI-Powered Resale Price Prediction – Uses ML & Computer Vision to analyze device specs, condition, and market trends for accurate pricing.
- 📸 Image-Based Condition Assessment – AI detects scratches, dents, and wear patterns, ensuring transparent and data-driven resale valuation.
- 💬 Gemini AI chatbot for user queries.
- 📚 Informative homepage with "Things to Know".
Before you begin, make sure you have the following installed:
-
Gradle (usually bundled with Android Studio)
- Android (Kotlin)
- Google Colab + Google Cloud (for ML model)
- Gemini AI integration
- Clone the repository:
git clone https://github.com/yourusername/MobilePricePredictor.git
- Open project in Android Studio.
- Sync Gradle dependencies.
- Build and run on emulator or physical device.