- Find patterns and create data visualizations between UFO sightings across the US.
- Create model to predict locations of future sightings.
- Incorporate weather data for stronger models and visualizations.
A web application that analyzes UFO sighting patterns and provides predictions using machine learning.
- Interactive map visualization of UFO sightings
- Monthly sighting distribution analysis
- Text analysis of sighting descriptions
- Machine learning-based sighting prediction
- Clone this repository to your Replit workspace
- Ensure all required packages are installed from pixi.toml
- Run the model training first:
python train_model.py - Start the web application:
python app.py
The application includes:
- Geospatial visualization using Plotly
- Time-based analysis of sighting patterns
- Natural language processing of sighting descriptions
- Machine learning predictions for future sightings