Skip to content

App for clustering data using unsupervised machine learning

License

Notifications You must be signed in to change notification settings

jorgeanais/clustool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clustool

App for clustering data using unsupervised machine learning.

image

How to run the App

  1. pip install -r requirements.txt
  2. python main.py
  3. Go to http://0.0.0.0:8000/

How to build and run the App using docker

docker build -t clustool .

docker run -d -p 8000:8000 --restart unless-stopped clustool

Other useful docker commands for reference

To check if running: docker ps

To stop a container: docker stop <container id>

To delete a container: docker rm <container id>

To delete an image: docker rmi <image id>

Delete all previous images: docker rmi -f $(docker images -aq)

Notes

About

App for clustering data using unsupervised machine learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published