Intelligent Appointment System for Absher Users
Our project introduces an intelligent service that can be integrated with the Absher platform to enhance user experience—especially for senior citizens—by improving appointments and reducing service-center congestion.
- 👥 Crowd Analytics: Analyze real-time and historical congestion levels.
- 📈 Congestion Forecasting: Predict crowd levels using ML models.
- 🗓️ Smart Appointment Recommendation: Suggest the best appointment time for each user.
- ⏰ No-Show Prediction & Early Alerts: Estimate the likelihood of no-shows and notify users.
| Tool / Language | Icon |
|---|---|
| Python | 🐍 |
| C# | 💻 |
| SQL / SQLite | 🗄️ |
| ASP.NET | 🌐 |
| Expo (React Native) | 📱 |
| Figma | 🎨 |
| Google Colab | ☁️ |
ml_models/: Machine learning models (forecasting & prediction)ml_api/: API to serve the ML modelsfrontend/: mobile interface for usersBackend/: Database and Integrartion
Each component can run independently. Check the respective README in each folder for setup instructions.
- ML Models: Open notebooks in Google Colab or Jupyter Notebook
- API: Run
python app.py(check port) - Frontend: Open
index.htmlin browser or run Expo for mobile app