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.
- 📂 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
- Clone the repository:
git clone https://github.com/FAHAD-ALI-github/MachineLearning-WebApp-For-Data-Analysis.git
cd MachineLearning-WebApp-For-Data-Analysis
- Create and activate a virtual environment:
python -m venv venv
# On Windows
venv\Scripts\activate
# On macOS/Linux
source venv/bin/activate
- Install required dependencies:
pip install -r requirements.txt
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
).
https://machinelearning-app.streamlit.app/
If you have any questions, feedback, or suggestions, feel free to reach out:
- ✉️ Email: [email protected]
- 🔗 LinkedIn: linkedin.com/in/fahadali1078
Thank you for using the Machine Learning Data Analysis Web App! We hope it empowers you to gain valuable insights from your data.