aliasfox commited on
Commit
5dc6f5b
·
verified ·
1 Parent(s): d492e59

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: PRISAI National Property Database
3
+ emoji: 🏠
4
+ ---
5
+
6
+ # PRISAI National Property Database
7
+
8
+ 85,000,000 US property records with address, value, and owner data.
9
+
10
+ **License**: CC0
11
+ **States**: 51 | **Counties**: 3,144 | **Properties**: 85M
12
+
13
+ ## Usage
14
+
15
+ ```python
16
+ from huggingface_hub import hf_hub_download
17
+ path = hf_hub_download(repo_id="aliasfox/PRISAI-National-Property-Database",
18
+ filename="properties_batch_00000.json.gz")
19
+ ```