jim-schwoebel / allie

🤖 An automated machine learning framework for audio, text, image, video, or .CSV files (50+ featurizers and 15+ model trainers). Python 3.6 required.
Apache License 2.0
141 stars 35 forks source link

Create new data quickly for test purposes #10

Closed jim-schwoebel closed 4 years ago

jim-schwoebel commented 4 years ago

We also made some scripts to easily record audio, text, image, video, or CSV files directly from your laptop computer to engineer datasets for testing purposes.

/record -audio 30 y /record -text 30 y /record -image 30 y /record -video 30 y /record -csv 30 y

jim-schwoebel commented 4 years ago

done in test folder.