Implementation of a text clustering algorithm using Kmeans clustering in order to derive quick insights from unstructured text.
Deployment using Docker and Flask API.
- Install Docker
- Run
git clone https://github.com/Ashutosh27ind/Text-Clustering-API
- Open docker terminal and navigate to
/path/to/Text-Clustering-API
- Run
docker build -t clustering-api .
- Run
docker run -p 8180:8180 clustering-api
- Access http://localhost:8180/apidocs/index.html from your browser [assuming you are on windows. Otherwise just use IP of docker machine]