Skip to content

lsmhun/tensorflow-imdb-predict

Repository files navigation

Tensorflow IMDb prediction

Simple text classification based on Tensorflow IMDb data. Used simple technologies: Python 3, Tensorflow 2 alpha, Flask, Vue.js

Screenshot

IMDb predict screenshot

See

Articles and howtos. I would recommend http://www.jtechlog.hu if you can read hungarian text.

Installation

You need Python3 installed. Then you need virtualenv.

$ make
$ source venv/bin/activate
$ ./run.sh

Commands

You need Python3 installed. Then you need virtualenv. Some additional things

#### TRAIN is slow ####
$ make train
$ make test
$ make pylint
$ make sonar