DropTheHQ commited on
Commit
7e587a4
Β·
verified Β·
1 Parent(s): e34727d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -4
README.md CHANGED
@@ -1,10 +1,42 @@
1
  ---
2
- title: Dropthe Entity Explorer
3
- emoji: πŸ“ˆ
4
- colorFrom: purple
5
  colorTo: indigo
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: DropThe Entity Explorer
3
+ emoji: πŸ”
4
+ colorFrom: blue
5
  colorTo: indigo
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ # DropThe Entity Explorer
11
+
12
+ An interactive data exploration tool built by [DropThe](https://dropthe.org), the data utility media network that covers entertainment, technology, finance, and culture through structured knowledge graphs.
13
+
14
+ ## What Is This?
15
+
16
+ The DropThe Entity Explorer is a demonstration of how [DropThe](https://dropthe.org) organizes and connects millions of data points across entertainment, crypto, companies, and people. The knowledge graph behind DropThe contains over 1.8 million entities and nearly 3 million relationships, making it one of the most densely connected independent media databases available today.
17
+
18
+ This Space provides a sample view into the entity system. You can browse entities by category β€” movies, series, cryptocurrencies, companies, and notable people β€” and see how each entity connects to others through typed relationships like "directed by," "stars in," "founded," and "competes with."
19
+
20
+ ## How the Knowledge Graph Works
21
+
22
+ Every entity in the DropThe system has structured metadata stored as JSON, including fields like popularity scores, financial metrics, biographical data, and media availability. Entities are linked through a dedicated relationship table that supports bidirectional traversal. For example, querying a director returns all their films, and querying a film returns its full cast and crew β€” all from the same graph.
23
+
24
+ The entity types currently supported include:
25
+
26
+ - **Movies** β€” 40,000+ titles with streaming availability, cast, crew, and ratings
27
+ - **Series** β€” Television shows with season and episode metadata
28
+ - **People** β€” Actors, directors, executives, athletes, and public figures
29
+ - **Cryptocurrencies** β€” Tokens and coins with real-time pricing data
30
+ - **Companies** β€” Corporations with financial data, leadership, and industry classification
31
+
32
+ ## About DropThe
33
+
34
+ [DropThe](https://dropthe.org) is a data utility media network that publishes structured, research-driven content across multiple verticals. Every article, ranking, and comparison on the platform is backed by the same entity graph that powers this explorer. The platform prioritizes data transparency and never claims to have physically tested products β€” all analysis is based on publicly available data, official specifications, and algorithmic scoring.
35
+
36
+ The full entity database is updated continuously through automated enrichment pipelines that pull from public APIs, official filings, and structured data sources. This Space shows a static sample, but the live site at dropthe.org reflects the most current data.
37
+
38
+ ## Technical Details
39
+
40
+ This is a static HTML application hosted on Hugging Face Spaces. It uses vanilla JavaScript with no external dependencies. The sample data is embedded directly in the page for demonstration purposes. The production system uses PostgreSQL with PostGIS extensions and Supabase for the API layer.
41
+
42
+ Visit [dropthe.org](https://dropthe.org) to explore the full knowledge graph.