# Project clone
git clone https://github.com/DangMooG/dangmoog-categoryAI.git
# Go to directory
cd dangmoog-categoryAI/fasttext
# Install requirements
pip install -r requirements.txt
-
You can download pre-trained model here https://drive.google.com/drive/folders/1u-iqZDcNawoFSeAXzELw0KME-9m6y2zJ?usp=drive_link
-
Move 'fasttext_v1.0.0.bin' to your directory 'dangmoog-categoryAI/fasttext/trained_model'
python main.py
# Go to test directory
cd dangmoog-categoryAI/examples
# Execute test
python api_call.py
or Excecute nobebook cells on 'request_test.ipynb'