├── Node JS Machine Learning.ipynb ├── README.md ├── dist ├── index.html ├── translation.64d3d617.js └── translation.64d3d617.map ├── index.html ├── index.js ├── loader.js ├── package.json ├── python ├── __init__.py └── translation.py ├── serve.sh ├── ui.js └── yarn.lock /Node JS Machine Learning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/Node JS Machine Learning.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/README.md -------------------------------------------------------------------------------- /dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/dist/index.html -------------------------------------------------------------------------------- /dist/translation.64d3d617.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/dist/translation.64d3d617.js -------------------------------------------------------------------------------- /dist/translation.64d3d617.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/dist/translation.64d3d617.map -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/index.js -------------------------------------------------------------------------------- /loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/loader.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/package.json -------------------------------------------------------------------------------- /python/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/python/__init__.py -------------------------------------------------------------------------------- /python/translation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/python/translation.py -------------------------------------------------------------------------------- /serve.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/serve.sh -------------------------------------------------------------------------------- /ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/ui.js -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/Node_JS_Machine_Learning/HEAD/yarn.lock --------------------------------------------------------------------------------