File size: 950 Bytes
705d07e
 
347ab3a
 
ecee64b
39682a6
705d07e
347ab3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39682a6
 
347ab3a
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
license: cc0-1.0
language:
- en
tags:
- pytorch
---
# App Rating Predictor AI Model
## Overview
This AI model, App Rating Predictor, is designed to predict the ratings of mobile applications based on various features and characteristics. It utilizes machine learning algorithms to analyze app data and provide accurate rating predictions.

## Features

    Predicts app ratings based on input features
    Easy-to-use interface for inputting app data
    Fast and efficient prediction results
## Usage

    Input the relevant app features such as size, category, and reviews.
    After input press enter and ai predicted your app rating.
    View the predicted rating output on the screen.

## Technologies Used

    Python
    Machine Learning (Pytorch)
    Pandas (for the train model use csv file)

## License

This project is licensed under the [Creative Commons v1.0 Universal] License - see the LICENSE.md file for details.
Acknowledgements