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
- Host: GitHub
- URL: https://github.com/koushik-elite/text-detection-and-classification
- Owner: koushik-elite
- Created: 2018-10-04T06:12:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T06:23:37.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T11:10:29.871Z (over 1 year ago)
- Topics: machine-learning, machine-learning-algorithms, python, tensorflow
- Language: Python
- Homepage:
- Size: 16.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.