Skip to content

enabasal/Instagram_Impression_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

11 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

šŸ“øInstagram_Impression_Predictor

This project is a Machine Learning web app that predicts the total impressions an Instagram post might receive, based on various post features like likes, shares, saves, hashtags, etc. It was built using Streamlit for the frontend and Linear Regression for prediction.

šŸš€ How It Works User inputs Instagram post features (e.g., likes, saves, comments).

The app scales the input data using a pre-fitted StandardScaler.

The scaled data is passed into a trained Linear Regression model.

The app predicts Total Impressions and categorizes the performance: Poor, Average, Good, Very Good, or Excellent.

šŸ› ļø Tech Stack Python 3

Streamlit (for frontend)

Scikit-learn (for model building)

NumPy and Joblib (for data handling and model saving)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages