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

https://github.com/koushik-elite/text-detection-and-classification

Text Detection and Classification using tensorflow
https://github.com/koushik-elite/text-detection-and-classification

machine-learning machine-learning-algorithms python tensorflow

Last synced: about 2 months ago
JSON representation

Text Detection and Classification using tensorflow

Awesome Lists containing this project

README

          

# Text-Detection-and-Classification
Text Detection and Classification using tensorflow

This program works on Tensorflow

first run the preprocess_data.py to convert the .CSV file (Train and test CSV files) to small text input (easy to process)

then run the trainandpredict.py to train the author data and predict the author based on test data.