Back
DataMachine
DataMachine
#datamachine
Generate, clean, enrich, and extract data for use in LLM Training, App/Website Building, Research, Business, and more.
Launched September 10, 2024
Load previous page…
implement a basic dashboard for launch #datamachine
implemented credit costs when generating datasets #datamachine
implement plan scoped features #datamachine
implement purchases for additional AI credits #datamachine
pricing page and stripe portal setup for #datamachine
implement stripe billing portal for subscription management #datamachine
fine tuned data cleaning to handle the limits on Claude 3.5 Sonnet Context Window.. now continues processing where it left off and we've added the ability to fact check and complete, incomplete datasets. I really want to add a diff view instead of just clobbering existing data, but we're getting into scope creep. Can come after launch. #datamachine
data cleaning #datamachine
finished imports of all file formats #datamachine
cleanup of data progress toasts, and just general cleanup and making sure that all cases are handled depending on the type of data we are generating #datamachine
support generating only selected tables data while using already existing data to generate relationship maps. This will allow us to generate maps for existing data sets that can be loaded into a table. #datamachine
update exports to support multiple tables when generating relationship maps between datasets;
- sqlite ✅
- feather✅
- parquet✅
- excel✅
- csv✅
- json✅
- pickle✅
#datamachine
data generation now understands the different types data relationships(one to many, many to many, one to one) #datamachine
fix data generation to be more consistent about getting all the unique records since we've added relationship mapping #datamachine
update toasts to support relationship mapping status instead of just the active table. #datamachine