Giter VIP home page Giter VIP logo

clustering-app's Introduction

Clustering-App running on Google Cloud App Engine

Topic-Modeling aka. unsupervised learning using Non-negative matrix factorization

Please checkout:

Clustering_Pic

In detail, in this project I have explored topic modeling via Non-negative matrix factorization. The Clustering APP is an application that identifies Clusters by running topic modeling over an uploaded CSV file. The application is powered by GAE and runs on Python 3.9. Although topic modeling is not new, the idea of this project is to highight Cloud technologies, predominately GCP services to make clustering tangible and accessible for everyone. In detail, to build and run the application, I only used:

  • Google App Engine
  • Flask

Tl;dr: Machine Learning does not have to be a black-box. Applications that use ML generally consist of different building blocks. My motivation to build, deploy and open-source applications is entirely focused on educational purposes. Further, I want to introduce a simple guide on how to leverage ML applications in the Cloud and make them accessible to the wider public. In this repo you find entire code for performing Clustering over a CSV file.

the repo does hold the following:

  • app.yaml (to specify the python runtime)
  • cron.yaml (to avoid shutting down of the Google app engine instance)
  • main.py (the python application with the NMF model)
  • requiremenrs.txt (to specify the dependencies)
  • A static folder (that holds the css, images, and favicons used)
  • A template folder (that holds the app interface)
  • A dummy_data folder (that holds a CSV example file)

Disclaimer: This is not an officially supported Google product

clustering-app's People

Contributors

cassini-chris avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.