import os
from cookeroo import DataPrep, CookerooModel
d = DataPrep('/Users/abhilash1in/Documents/Projects/Cookeroo/data/', 'wav')
d.slice(3000)
d.export()
base_path = '/Users/abhilash1in/Documents/Projects/Cookeroo'
data_base_path = os.path.join(base_path, 'data')
model_base_path = os.path.join(base_path, 'models')
model = CookerooModel(data_base_path, model_base_path, 'wav')
model.train()
-
Notifications
You must be signed in to change notification settings - Fork 0
License
abhilash1in/cookeroo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published