An advanced AI ecosystem that uses Cerebras' API to help air traffic controllers resolve ground conflicts by predicting and solving bottlenecks.
git clone https://github.com/your-username/pennapps.git
cd pennappspip install -r requirements.txtCreate a .env file at the root of your project and add any required keys (e.g. Gemini API, Cerebras API, OpenSky API, ADS-B API credentials).
# Example
ADS_API_KEY=your-key-hereThe app will be available at http://localhost:5000
- Input any airport in the world
- Visualize incoming flights
- Predict future bottlenecks and costs
- Get AI powered action plan to resolve bottleneck
- Andy Phu
- Finn McMillan
- Romir Mohan
Feel free to fork the repo and submit PRs!