CoolFace
Apppublic

Azam-Rabiee/wealthy-estimator-api

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
inputs.json64 linesDownload Raw Back to data
1{2    "profiles": [3      {4        "name": "Elon Musk",5        "net_worth": 250000000000,6        "occupation": "Entrepreneur",7        "image": "images/Elon.jpeg"8      },9      {10        "name": "Jeff Bezos",11        "net_worth": 180000000000,12        "occupation": "Entrepreneur",13        "image": "images/Jeff.jpeg"14      },15      {16        "name": "Bill Gates",17        "net_worth": 120000000000,18        "occupation": "Entrepreneur",19        "image": "images/Bill.jpeg"20      },21      {22        "name": "Warren Buffett",23        "net_worth": 100000000000,24        "occupation": "Investor",25        "image": "images/Warren.jpg"26      },27      {28        "name": "Mark Zuckerberg",29        "net_worth": 90000000000,30        "occupation": "Entrepreneur",31        "image": "images/Mark.jpeg"32      },33      {34        "name": "Larry Page",35        "net_worth": 85000000000,36        "occupation": "Entrepreneur",37        "image": "images/Larry.jpeg"38      },39      {40        "name": "Sergey Brin",41        "net_worth": 80000000000,42        "occupation": "Entrepreneur",43        "image": "images/Sergey.jpg"44      },45      {46        "name": "Larry Ellison",47        "net_worth": 75000000000,48        "occupation": "Entrepreneur",49        "image": "images/LarryE.jpg"50      },51      {52        "name": "Steve Ballmer",53        "net_worth": 70000000000,54        "occupation": "Entrepreneur",55        "image": "images/Steve.jpeg"56      },57      {58        "name": "Michael Bloomberg",59        "net_worth": 65000000000,60        "occupation": "Entrepreneur",61        "image": "images/Michael.jpeg"62      }63    ]64  }