File size: 1,002 Bytes
3bb5fb5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3108ebd
3bb5fb5
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import streamlit as st

st.set_page_config(
    page_title="GDELT Insight Explorer",
    layout="wide",
    page_icon="๐Ÿ”ฎ"
)

st.title("GDELT Insight Explorer: Unveiling Global Event Narratives")
st.markdown("""
Welcome to the **GDELT Insight Explorer**, a multi-faceted platform that leverages knowledge graph techniques to analyze global events and trends.

**How to Get Started:**
- Use the sidebar to switch between different analysis modes.
- Explore datasets, visualize event relationships, and analyze network structures.

**Available Pages:**
- **๐Ÿ” COVID Event Graph Explorer:** Inspect detailed event records and their interconnections.
- **๐ŸŒ COVID Network Analysis:** Visualize and analyze the global network of events.
- **๐Ÿ” Feb 2025 Event Graph Explorer:** Inspect detailed event records and their interconnections.            
- **๐Ÿงช Feb 2025 Dataset Experimentation:** An experiment using the HF dataset directly to investigate impact on query behavior and performance.
""")