Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 780 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 780 Bytes

Vision

A web-app that can predict the possible no. of downloads for an app. It uses Decision Tree algorithm to perform the task.

Motivation: To help developers and businesses to gain an edge over the app market.

Features

  • 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

1.Django

Django is used to create the website view and the rest api using DRF.

2.React Native

It is used for creating the cross-platform app.