This program scans certain publication websites for earthquake news and keeps track of the earthquakes based on AI interpretation of each article.
- Periodically scrapes articles on the web which post news about earthquakes via web crawler.
- Sends new articles found to an LLM like chat-gpt for processing into a json presentation for processing.
- Receives ai generated json with certain specific information:
- Location (ie city name)
- Date and Time
- Magnitude
- Deaths associated
- Injuries associated
- Updates table with information and marks article "read" so it will be ignored by future web crawling.
- Displays the information on a web page for easy consumption.
details here
details here