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
- Host: GitHub
- URL: https://github.com/korospace/category_prediction
- Owner: korospace
- License: mit
- Created: 2022-06-29T07:03:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T03:13:27.000Z (almost 4 years ago)
- Last Synced: 2025-09-25T18:14:17.320Z (8 months ago)
- Topics: codeigniter4, composer
- Language: PHP
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Text Category Prediction
## Requirements
- php 7.3 or higher
- [composer 2.3.4](https://getcomposer.org/)
- mysql
## Setup
- Clone or Download as ZIP
- Change Directory to root project
- Create database db_pemketir
- run:
```
composer install
php spark migrate
php spark serve -port 8085
```