Skip to content

aminert/arxivML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arxivML

###An Alexa skill to read latest machine learning papers from arXiv

Keep up to date with the latest machine learning, computer vision, and AI papers from arxiv.org. ArxivML crawls the 50 most recent papers and abstracts posted under cs.CV, cs.AI, cs.LG, cs.CL, cs.NE, stat.ML. Experience browsing papers in this exciting new way, no more missing out on interesting research. Start your morning with a fresh set of ideas and things to try. You can invoke the skill by asking Alexa to read the most recent papers from arxiv. Alexa will start by reading the title of the first paper and then asks you if you want to listen to the abstract, you can answer yes for the abstract, or answer no to go to the next paper. You can ask Alexa to stop anytime. Keep in mind, If you found out that the abstract Alexa is reading is not interesting, you can always ask Alexa to go to the next paper, by saying "Alexa, next".

How to contribute

1- Clone this repository

2- Follow the Getting Started with the Alexa Skills Kit

3- Deploy your own test environment, test your improvements, commit and submit a pull request.

##License ( The MIT License )

Copyright (c) 2017 Amine Ben khalifa

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE