Skip to content

sonwanesuresh95/text_classification_using_word_embeddings

Repository files navigation

text_classification_using_word_embeddings

A Deep Learning Text Classification model using Word Embeddings.

Info

This is a deep learning based spam-ham classifier which is trained using keras Embedding layer.
Model architecture is as follows:

Model: "sequential"

Layer (type)
embedding (Embedding)
flatten (Flatten)
dense (Dense)

Usage

To install requirements, do
$pip install requirements.txt

To train your own text classification model, do
$python train.py

To start webapp, do
$python app.py

In Action

image
image

About

A Deep Learning Text Classification model using Word Embeddings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published