# African Inflation Predictor
## 📊 Mission
Predict annual inflation rates for 13 African countries using historical economic indicators and machine learning. This tool helps economists, policymakers, and researchers forecast inflation trends to make informed decisions.
## 📚 Features
- Predict inflation rates for 13 African countries
- Input economic indicators like exchange rates and crisis data
- Clean, intuitive user interface
- Real-time API integration
## 🔗 API Endpoint
Access the prediction API through Swagger UI:
## 📱 Mobile App Demo
Watch our demo video to see the app in action:
Dataset link:
kaggle.com
## 🚀 Running the Mobile App
### Prerequisites
- Flutter SDK (latest stable version)
- Android Studio / Xcode (for emulator/simulator)
- Physical device (optional but recommended)
### Installation
1. Clone the repository:
```bash
git clone
github.com
cd afroafroinfl/FlutterApp/infroafroinfl
```
2. Install dependencies:
```bash
flutter pub get
```
3. Run the app:
```bash
flutter run
```
### Building for Production
- **Android**: `flutter build apk --release`
- **iOS**: `flutter build ios --release`
## 🛠 Technical Stack
- **Frontend**: Flutter (Dart)
- **Backend**: FastAPI (Python)
- **ML Model**: Scikit-learn Linear Regression
- **Hosting**: Render.com
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
---
*Built with ❤️ for economic research and development*