Explaination with mathamatic. https://drive.google.com/file/d/1uD74YaAkmbqgFE_hn7GpBt_GM1S8zAJ8/view?usp=sharing
This repo aims to share some knowledge about machine learning based on Naive Bayes Algorithm. version 1.0
- install python
- pip3 install khmerml
- pip3 install flask
- for unicode support, you need to install some dependencies, here the guideline : http://niptict.edu.kh/khmer-word-segmentation-tool/
- you need to modify the path in Libs/Unicode/KhmerSegment.py
def __init__(self):
self.PATH = '/Data/km-5tag-seg-1.0' # here the path of khmer segmentation lib that i download from niptict
This is for frontend development.
- Node please refer to their installation guide
- Yarn please refer to their installation guide.
$ git clone https://bitbucket.org/ventureslash/kyc-api-fork.git
$ cd kyc-api-fork
$ yarn global add webpack
$ yarn global add webpack-cli
$ yarn global add webpack-dev-server
$ yarn install # install the require dependancies
$ yarn run dev # to start development
# to run with an Endpoint API
#ENV_API=API_URL yarn run dev #ie.
$ENV_API=localhost:3000 yarn run dev
$ yarn run build # to build for production
if you have any question, you can send to these emails.