Giter Site home page Giter Site logo

danemacaulay / trending-topics-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 595 KB

monitor tweets, categorize using topic model, publish and display in an infinite scroll at https://www.cprop.tech/

License: MIT License

Python 65.70% HTML 3.43% Vue 12.38% JavaScript 18.49%

trending-topics-app's Introduction

Flask Heroku Sample

This is a series of scripts that:

  • builds an NMF topic model (cprop.py)
  • listens to a tweet stream on selected keywords identifying similiar tweets by topic (streamer.py)
  • displays selected tweets in an infinite scroll (app.py and templates dir)

Deploy

View here: https://www.cprop.tech/

Development Setup

  • pipenv install

  • pipenv shell

  • python app.py

Deploy

  • heroku create

  • heroku addons:create heroku-postgresql:hobby-dev

  • git push heroku master

  • Note: make sure you run db.create_all() to create the tables.

trending-topics-app's People

Watchers

James Cloos avatar Dane Macaulay 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.