Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 724 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 724 Bytes

AdapText

Getting Started with AdaptText Developer Framework UI Based Solution

Make text classification available for everyone !!!

If the requirement is a library based solution, please refer AdaptText library.

Setup

In the project directory, first clone the library

git clone https://gitlab.com/yathindrakodithuwakku/AdaptText.git

Then run the create-db.sh shell script to setup the posgresql db schema.

cd AdaptText && bash create-db.sh

Finally run the setup.sh shell script to make everything ready for you.

cd AdaptText && bash setup.sh