Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

A ready to go text classification trainer based on tensorflow.

License

Notifications You must be signed in to change notification settings

bobalazek/tensorflow-simple-trainer

Repository files navigation

Tensorflow Simple Trainer

Text classification trainer for the BOW model.

Requirements

Usage

  • Download the repository
  • Install the requirements: pip install -r requirements.txt
  • Enter your classes into classes.yml
  • Enter some test data into test-data.yml
  • Run python train.py to train your model
  • Run python test.py to test your model
  • Run python evaluate.py "It was a really bad movie"

License

Tensofrlow Simple Trainer is licensed under the MIT license.

About

A ready to go text classification trainer based on tensorflow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages