This is a Machine Learning Web Application that classifies galaxies into Starburst or Starforming categories based on their features.
The app is built using Flask for the web interface and a Random Forest Classifier model for predictions.
πΉ Users input galaxy features in the UI.
πΉ The model predicts whether the galaxy is Starburst (1) or Starforming (0).
πΉ The output page displays the prediction with animated images of galaxies.
πΉ Space-themed interactive UI with glowing elements and animated background stars.
- Frontend: HTML, CSS, JavaScript, GSAP Animations
- Backend: Flask (Python)
- Machine Learning Model: Random Forest Classifier (Scikit-Learn)
- Deployment: Local Server / Gunicorn for Production
This project is deployed on Render! You can access the live application here:
π SDSS Galaxy Classification - Live Demo
β
Hosted on Render for seamless access.
π Click the link above to explore the model in action!
OUTPUTS
git clone https://github.com/yourusername/galaxy-classification.git
cd galaxy-classification