Explore the vast universe of exoplanets with this dynamic visualization tool. This project is a machine learning-based Flask application designed to predict the likelihood of exoplanet existence within a provided dataset by processing astronomical attributes and characteristics.
Dive into detailed datasets, visualize alien landscapes with AI, and embark on an educational journey.
- Data-Driven Exploration: Dive into an extensive dataset of exoplanet conditions.
- Generative Art Visualizations: Experience distant worlds in vivid detail with AI-powered landscapes.
- Interactive & Educational: An immersive learning experience for students and educators.
Setup & Installation Clone the repository: git clone Go to the project directory: cd Exoplanets_Prediction_Model
# Clone the repository
git clone https://github.com/LannonTheCannon/Exoplanets_Prediction_Model.git
# Navigate to the directory
cd Exoplanet-Explorer
# Install required packages
pip install -r requirements.txt
# Create a virtual environment and activate it:
python3 -m venv venv source venv/bin/activate
# Install the required dependencies:
pip install -r requirements.txt
# Run the Flask app
python creator.py