A Streamlit web app that displays NASA's Astronomy Picture of the Day with additional astronomical insights.
- π Fetches and displays NASA's official Astronomy Picture of the Day
- π View APODs from any date (current day by default)
- π Search and explore historical astronomical images
- π Displays detailed explanations from NASA scientists
- Python 3.8+
- NASA API key (free at api.nasa.gov)
- Clone the repository:
git clone https://github.com/yourusername/nasa-apod-streamlit.git streamlit run main.py
For more information, checkout https://apod.nasa.gov/apod/archivepix.html to access the official archive.
Feel free to contribute