merging the visual query answering with the crawler. Monorepo go!
This commit is contained in:
parent
85686a8b24
commit
e2f7998ee9
32 changed files with 3449 additions and 0 deletions
|
|
@ -1,8 +0,0 @@
|
|||
def parse_listing_json_entry(d):
|
||||
id = d["identifier"]
|
||||
# address = d['address']
|
||||
propertyType = d["propertyType"]
|
||||
price = d["price"]
|
||||
latitude = d["latitude"]
|
||||
longitude = d["longitude"]
|
||||
updated_date = d["updateDate"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue