API to extract entities from articles using AlchemyAPI and enrich using curated information from DBpedia
- This project uses Python 3 for native UTF-8 interpretation
- On OS X, you can install Python 3 using
brew install python3
assuming you have Homebrew installed (if not, see here) - Install all the requirements for the project with
pip3 install -r requirements.txt
- Start your application with
python3 app.py
- By default, the service runs on port 5000
- For more options, see here