An AI-powered tool for predicting and visualizing atmospheric chemical composition changes from rocket launches.
ASCENT helps predict and analyze the environmental impact of rocket launches by modeling the dispersion of key pollutants (CO2, NOx, and Al2O3) based on launch parameters and weather conditions.
- Real-time launch impact simulation
- Dynamic pollutant dispersion visualization
- Weather condition integration
- Multiple rocket and fuel type support
- Interactive heatmap generation
- Time-series predictions up to 48 hours
- Adjustable launch parameters:
- Payload mass
- Launch coordinates
- Rocket type
- Fuel type
- Simulation duration
git clone https://github.com/notvasub/ascent.git
cd ascent
pip install -r requirements.txtRun the Streamlit application:
streamlit run src/app.pyTrain/retrain the model with new data:
python src/retrain.pysrc/app.py: Main Streamlit interfacesrc/model.py: Machine learning model implementationsrc/data_collection.py: Data handling utilitiessrc/weather_integration.py: Weather data integrationmodels/: Saved model filesdata/: Holds the training data
This project is licensed under the MIT License - see the LICENSE file for details.