An open API service indexing awesome lists of open source software.

https://github.com/korospace/category_prediction

predict the category of a text with a classification algorithm
https://github.com/korospace/category_prediction

codeigniter4 composer

Last synced: 25 days ago
JSON representation

predict the category of a text with a classification algorithm

Awesome Lists containing this project

README

          



Text Category Prediction

## Requirements

- php 7.3 or higher
- [composer 2.3.4](https://getcomposer.org/)
- mysql

## Setup


  1. Clone or Download as ZIP

  2. Change Directory to root project

  3. Create database db_pemketir

  4. run:

```
composer install

php spark migrate

php spark serve -port 8085
```