Uses rest client to make simple http calls to https://deepai.org api and provide features such as demographic classification, age estimation, celebrity recognition, etc...
- rvm (rvm.io)
- ruby interpreter (2.0+)
- required gems (see Gemfile)
- linux terminal
Current State:
Features to add [coming soon...]
Setup usage with rvm and process event series:
- create a gemset
$ rvm gemset create <gemset>
eg.$ rvm gemset create get_my_news
- use created gemset
$ rvm <ruby version>@<gemset>
- install bundler gem
$ gem install bundler
- install necessary gems
$ bundle
- create folder 'articles'
$ mkdir articles
- make script executable
$ chmod +x <script_name.rb>
- run script
$ ./<script_name.rb>
Further Development [coming soon...]
- add text analysis
- add video recognition