Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.51 KB

Analogy server for IBM Bluemix

Developed by Craig Carlson, at RPI Cognitive Science Department, a python web server that build analogies between concepts in knowledge bases. The original repository is https://github.com/carlsc2/analogy.

The app supports AIMind format and serves as analogy engine in RelLink Story Narration.

Access via Bluemix

https://rellink-analogy.mybluemix.net

Run the app locally

  1. Install VC++ 2015 Build Tools (Windows only)
  2. Install Python version 3.5+
  • cd into this project's root directory
  • Run pip install -r requirements.txt to install the app's dependencies
  • Run python webinterface.py
  • Access the running app in a browser at http://localhost:5000

Deploy to Bluemix

Deploy to Bluemix <- Simply hit the button

Contributors