Skip to content

FAHAD-ALI-github/MachineLearning-WebApp-For-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Data Analysis Web App

A user-friendly web application for performing data analysis with machine learning techniques, built with Streamlit and designed to help you explore, visualize, and model your datasets with ease.


Features

  • 📂 Upload CSV datasets for analysis
  • 📊 Interactive and customizable data visualizations
  • 🤖 Train, evaluate, and compare multiple machine learning models
  • 🎯 Make predictions and export results
  • 🚀 Easy deployment and use via Streamlit

Installation

  1. Clone the repository:
git clone https://github.com/FAHAD-ALI-github/MachineLearning-WebApp-For-Data-Analysis.git
cd MachineLearning-WebApp-For-Data-Analysis
  1. Create and activate a virtual environment:
python -m venv venv
# On Windows
venv\Scripts\activate
# On macOS/Linux
source venv/bin/activate
  1. Install required dependencies:
pip install -r requirements.txt

Usage

Run the Streamlit app locally:

streamlit run app.py

Once running, open your browser and navigate to the URL displayed in the terminal (usually http://localhost:8501).


🌐 Live Demo

https://machinelearning-app.streamlit.app/

-> Streamlit APP Link


Contact

If you have any questions, feedback, or suggestions, feel free to reach out:


Acknowledgments

Thank you for using the Machine Learning Data Analysis Web App! We hope it empowers you to gain valuable insights from your data.

About

A user-friendly web application for performing data analysis with machine learning techniques, built with Streamlit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages