Code Monkey home page Code Monkey logo

easyskim's Introduction

EasySkim

##Analyse and summarise your academic papers

Version 0.1

Synchronise with your Mendeley library using their API or upload your own PDFs. EasySkim then processes the text from the pdf and uses natural language processing algorithms to produce brief summaries of the key sections of the paper.

Originally developed at oxHack 2014

Progress

At present, works locally on Mac and Linux machines, assuming requirements are satsified. This does require a Mendeley client ID and secret.

Deployment to website is pending OAuth2 and SSL fixes.

Our Website (in progress): easyskim.co.uk
YouTube Demonstration
Twitter: @easyskim
Email us: [email protected]

Apache Licence Version 2.0

Installation

Installation requires Python 2.7+, pip, pdftotext (within poppler) and exiftool (python package dependencies are installed later by pip). Mendeley Client ID and Secret can be obtained from Mendeley Dev and must be exported as variables before launching the app, where < > are replaced by the values you receive from the website.

For the "Redirect URL", use a local host such as http://localhost:5000/oauth and then click "Generate Secret". The name and description is anything of your choice.

git clone https://github.com/rebeccamorgan/easyskim.git
cd easyskim

pip install -r requirements.txt

export MENDELEY_CLIENT_ID=< >
export MENDELEY_CLIENT_SECRET=< >

For example:

export MENDELEY_CLIENT_ID=1181
export MENDELEY_CLIENT_SECRET=kUSg3oEFhb58TAez

Within the python interpreter, install nltk libraries as described here which launches the GUI installer.

import nltk
nltk.download()

If you want to generate keywords using the Alchemy API, add "alchemy" when running textChanger in wrapper.py. To modify the default, the simplest solution, replace 'nltk' with 'nltkalchemy'. You will also have to add a file titled api_key.txt to the easyskim folder. You can get the key from Alchemy Dev.

Temporary Local Use

python app.py

The output of this will be something like:

 * Running on http://127.0.0.1:5000/
 * Restarting with reloader

Visit the localhost address, substituting this phrase in for e.g. 127.0.0.1 in this case. For this example, visit localhost:5000 in your browser to use the app with Mendeley.

easyskim's People

Contributors

deyan-levski avatar joshcai avatar khs avatar rebecca-owen avatar rebeccamorgan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

kelchuan

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.