I hereby claim:
- I am ryanleeallred on github.
- I am ryanallred (https://keybase.io/ryanallred) on keybase.
- I have a public key ASDuatA3YkspjIT9EbT-qzX13S4PH_SPlsBJ4KWGtXR7KQo
To claim this, I am signing this object:
| { | |
| "metadata": { | |
| "request_id": "e20eedc5-954e-4c0c-89c6-528294c77064", | |
| "transaction_key": "e20eedc5-954e-4c0c-89c6-528294c77064", | |
| "created": "2026-02-26T22:44:38.925863Z", | |
| "duration": 135.7013125, | |
| "channels": 1, | |
| "models": [ | |
| "a2a4e2069bb7221834636693c1c01239e3e858b3b6dd2b8ffd0548bb9751dbac" | |
| ], |
| ryanallred@Ryans-MacBook-Pro-2 ~ % API="https://api.aldea.ai/v1/listen?diarize=true" | |
| TOKEN="org_CZaMlPHiRC_3jzb2RsaS3_uhaCpmRNtxODLzcQgpLVI-h_MpVN-NA2IQHBH8mjgmzkgRvzQWgzhiVvs-MvzvAGuUMkh5DqWvDNZ96_FjO5NGxGBDYyr8vAs3Gn0Y6zOR" | |
| FILE=~/Downloads/multiple_speakers.mp3 | |
| curl -s -X POST "$API" \ | |
| -H "Authorization: Bearer $TOKEN" \ | |
| --data-binary @"$FILE" | |
| { | |
| "metadata":{"request_id":"88414dd5-44fd-4c68-a587-3d5440a9affb", |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Speech-to-Text API Documentation</title> | |
| <style> | |
| * { | |
| margin: 0; | |
| padding: 0; |
I hereby claim:
To claim this, I am signing this object:
| {% extends "base.html" %} | |
| {% block content %} | |
| <div id="user-info"> | |
| <p>{{ title }}</p> | |
| <p>{{ message }}</p> | |
| </div> | |
| <div id="user-tweets"> | |
| {% for tweet in tweets %} |
| {% extends "base.html" %} | |
| {% block content %} | |
| <div id="prediction"> | |
| <p>{{ title }}</p> | |
| <p>{{ message }}</p> | |
| </div> | |
| {% endblock %} |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>TwitOff - {{ title }}</title> | |
| <link rel="stylesheet" href="https://unpkg.com/picnic" /> | |
| </head> | |
| <body> | |
| <nav> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>TwitOff - {{ title }}</title> | |
| <link rel="stylesheet" href="https://unpkg.com/picnic" /> | |
| </head> | |
| <body> | |
| <nav> | |
| <a href="/" class="brand"><span>TwitOff!</span></a> | |
| <!-- responsive--> |
| import pandas as pd | |
| # Build my class of type DataFrame | |
| # df holds a new DataFrame "object" | |
| # when I create a new object and save it to a variable | |
| # I say that I have "instantiated" that object | |
| df = pd.DataFrame({'a': [1,2,3], 'b': [4,5,6]}) | |
| if __name__ == "__main__": |
| {"businesses": [{"id": "JFU4VdpwzhE3I7o8ck3yzw", "alias": "beto-s-mexican-grill-salt-lake-city", "name": "Beto\u2019s Mexican Grill", "image_url": "https://s3-media2.fl.yelpcdn.com/bphoto/BGLnE0dTMWXRMUFf4SoMdQ/o.jpg", "is_closed": false, "url": "https://www.yelp.com/biz/beto-s-mexican-grill-salt-lake-city?adjust_creative=xokjsYdkvvDB_clvPE2mew&utm_campaign=yelp_api_v3&utm_medium=api_v3_business_search&utm_source=xokjsYdkvvDB_clvPE2mew", "review_count": 40, "categories": [{"alias": "mexican", "title": "Mexican"}], "rating": 2.0, "coordinates": {"latitude": 40.760975298871, "longitude": -111.878458552746}, "transactions": ["delivery"], "price": "$", "location": {"address1": "435 E 400th S", "address2": "", "address3": "", "city": "Salt Lake City", "zip_code": "84111", "country": "US", "state": "UT", "display_address": ["435 E 400th S", "Salt Lake City, UT 84111"]}, "phone": "+18013630788", "display_phone": "(801) 363-0788", "distance": 4180.668996298476}, {"id": "MEz9-PGteG0O3o-0XKR3tQ", "alias": "betos-mexica |