Downloads · 30 days
0
Rayyan1212/Haris
Haris is a machine learning model from Rayyan1212. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as other.
A Machine Learning web application that predicts Social Media Usage Risk Level (Low / Medium / High) based on user behavioral and demographic inputs.
Downloads · 30 days
0
Access
Public
Updated May 12, 2026
Repo size
—
Likes
0
Public
Click a slice to open those files.
.py17.5 KB · 74%
From the Hugging Face model README
A Machine Learning web application that predicts Social Media Usage Risk Level (Low / Medium / High) based on user behavioral and demographic inputs.
This app uses a Random Forest Classifier trained on an E-commerce Customer Behavior dataset to classify users into three risk categories based on features like:
| Property | Value |
|---|---|
| Algorithm | Random Forest Classifier |
| Estimators | 150 |
| Max Depth | 8 |
| Training Samples | 1,200 |
| Features | 10 |
| Classes | Low / Medium / High |
git clone https://huggingface.co/spaces/<your-username>/social-media-risk-predictor
cd social-media-risk-predictor
pip install -r requirements.txt
streamlit run app.py
Based on the E-commerce Customer Behavior Dataset.
Features include: Customer ID, Gender, Age, City, Membership Type, Total Spend, Items Purchased, Average Rating, Discount Applied, Days Since Last Purchase, and Satisfaction Level.

Built with ❤️ for ML deployment demonstration.