A web-app that can predict the possible no. of downloads for an app. It uses Decision Tree algorithm to perform the task.
- Website and cross-platform app, both versions are created for the application.
- The website version is available on pythonanywhere
- The app prediction accuracy is around 60%.
The repository contains two directories:
- Django
- React Native
Django is used to create the website view and the rest api using DRF.
It is used for creating the cross-platform app.