| --- |
| pretty_name: Miam Paris Full Open |
| language: |
| - fr |
| - en |
| tags: |
| - paris |
| - restaurants |
| - establishments |
| - geospatial |
| --- |
| |
| # Miam_Paris_Full_Open |
| |
| Full open-data collection of Paris food & drink establishments (restaurants, cafés, bubble tea shops, bakeries, bars...). |
| |
| ## Contents |
| |
| - **8,875 establishment folders** (deduplicated by normalized establishment name + full address on 2026-07-07; 170 duplicate folders were removed before upload) |
| - **~139,000 files, ~58 GB** |
| |
| ## Structure |
| |
| ``` |
| <Establishment_Name>/ |
| exploration_data.json # name, full address + coordinates, contact, opening hours, menu, price range, dietary options... |
| photos/ # facade, interior, food, menu photos (jpg/png/webp) |
| *.pdf # menu PDFs when available |
| ``` |
| |
| ## Key fields in `exploration_data.json` |
| |
| - `establishment_name` |
| - `address.full_address`, `address.postal_code`, `address.coordinates.{latitude,longitude}` |
| - `contact.{phone,email}` |
| - `opening_hours` |
| - `menu.{cuisine_type,price_range,average_price,signature_dishes,extracted_menu_items}` |
| - `establishment_type` |
| |
| ## Notes |
| |
| - Duplicate detection used strict equality of accent/case/punctuation-normalized `establishment_name` + `address.full_address`; same-name establishments at different addresses (chain branches) are kept as separate folders. |
| - Private dataset for the Miam team. |
| |