Skip to content

rellink/analogy

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.7%
  • HTML 18.3%