Make text classification available for everyone !!!
If the requirement is a library based solution, please refer AdaptText library.
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