Coder Social home page Coder Social logo

sentitrack.io's Introduction

Real-Time-Sentiment-Tracker

A tool to track general market sentiment and performance over time. Use the data to make better or worse investing decisions. Happy gambling and I do not take any responsibilty for any bad trades made using this data =) ๐Ÿš€๐Ÿš€๐Ÿš€๐Ÿš€๐Ÿš€

Summary

There are 3 components of this tool.

  1. Model Development
  2. Scraping Service
  3. Web Service

Model Development

Contains ~1800 comments (.csv) scraped from the web that are labelled as bearish, bullish or neutral. The jupyter notebook contains training process and performance metrics.

Scraping Service

The scraping module contains a standalone script to scrape comments from the web. The data is stored into AWS RDS. Deployed on AWS EC2 instance as a cronjob.

Web Service

Flask backend contains 3 end points:

  • /data -> returns time, sentiment, S&P500 price
  • /performance -> returns historical performance of shorting vs going long on the S&P500 using the sentiment indictor. Also, returns accuracy (how often is the overnight sentiment indicative of positive/negative close the next day)
  • /mentions -> counts of the top 5 tickers mentioned overnight

React frontend displays performance and mentions and a graph that shows historical sentiment and S&P500 closing price.

sentitrack.io's People

Contributors

ppatel1994 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.