Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 910 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 910 Bytes

Fasttext-category-classification

Run on Local Server

1. Setup

# 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

2. Move trained model to your directory

3. Execute main.py

python main.py

4. Test on local server

# Go to test directory
cd dangmoog-categoryAI/examples

# Execute test
python api_call.py 

or Excecute nobebook cells on 'request_test.ipynb'

Run on docker container

1. Pull Image in docker-hub

2.