top | item 40883106

(no title)

halotrope | 1 year ago

Yes many things actually.

- A mac app to generate to read text as playlists from openai tts api (my gf can't use the api)

- A automatic visual scraper that can get arbitray information from any website (e.g go to target and get the top 3 milk prices or get the licensing information from this opensource project)

- An ETL tool (called tabmaster) that can sync arbitrary json apis into postgres tables. with automatic schema inference and deduplication logic

- A really good OCR tool that enriches scanned PDFs with accurate words and not the bs that adobe ships

all really useful and used daily.

EDIT: formatting

discuss

order

johnisgood|1 year ago

> A automatic visual scraper that can get arbitray information from any website (e.g go to target and get the top 3 milk prices or get the licensing information from this opensource project)

Sounds interesting. How does this work exactly? How do I input that I want the top 3 milk prices, and how does it retrieve that data?

halotrope|1 year ago

it works with a llm/visual model and is integrated with a control for the browser. it works surprisingly well i might do a shown if its interesting for other people