An easy to use GUI for sklearn, nltk and other python packages
Things to Do :
- Decide what py profound should do?
- High level UI
- Architecture? - Should it be web or desktop-based
- Add Slack
Development
To Run:
- npm install -g electron-prebuilt
- electron .
API:
- checkout branch ml-api
- cd ml-api
- npm install
- nodemon app.js
- api listening at localhost:8000/ml-api/classify
Requires POST parameters to be x-www-form-encoded
- separator:"tab" or "comma"
- file_path: full file path to the uploaded file
PyProfound is released under the BSD 2-Clause license.