/Text-Clustering-API

Implementation of a text clustering algorithm using K-Means clustering in order to derive quick insights from unstructured text. Deployment using Docker and Flask API.

Primary LanguagePython

Text-Clustering-API

Implementation of a text clustering algorithm using Kmeans clustering in order to derive quick insights from unstructured text.
Deployment using Docker and Flask API.

Docker Setup

  1. Install Docker
  2. Run git clone https://github.com/Ashutosh27ind/Text-Clustering-API
  3. Open docker terminal and navigate to /path/to/Text-Clustering-API
  4. Run docker build -t clustering-api .
  5. Run docker run -p 8180:8180 clustering-api
  6. Access http://localhost:8180/apidocs/index.html from your browser [assuming you are on windows. Otherwise just use IP of docker machine]

alt text