PEC-CSS / slowmokit

Library which can be used for machine learning in C++.
https://pec-css.github.io/slowmokit/
GNU General Public License v2.0
16 stars 16 forks source link

Automatically creating folder structure #41

Closed harshjohar closed 1 year ago

harshjohar commented 1 year ago

fixes #40

Here attached are the screenshots of usage and working.

README.md must be edited accordingly as now model can be create by directly running ./create. No hassle of creating directories and files is needed.

usage

Screenshot 2023-01-31 at 1 52 19 AM

result

Screenshot 2023-01-31 at 1 53 08 AM

The files added(showing in green) have the required boiler plate code and configurations according to the Make requirements.