Skip to content

burntspaghetti/deepLearningDashboard

Repository files navigation

#Deep Learning Dashboard (DLD)

##Current State

This project is a scalable proof of concept utilizing deep learning technology from AlchemyAPI. The process begins with a keyword search such as a hashtag or brand name. DLD then grabs tweets or posts matching the search text from the Twitter and StackExchange APIs and then feeds the matches into AlchemyAPI for natural language processing (NLP) analysis. The information gathered from Twitter and StackExchange is analyzed for sentiment, keywords, entities, concepts, and relevance. The results are then presented in graphical form using Highcharts as well as color coded table form using DataTables for quick queries.

##Future State

Users will be able to track and monitor various trends in sentiment for the people, places, and things they care about. Assuming TOS compliance, the future state of DLD will run recurring jobs to fetch API data in the background and then store results in a MySQL database for historical analysis.

##Limitations

  • DLD runs large amounts of API calls en masse which can result in long waiting times. The future state will resolve this issue by fetching data from the database instead of waiting on the APIs.

  • API rate limits will need to be considered.

##Attributions

##Additional Notes

It is recommended to use DLD in Chrome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published