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.
https://rellink-analogy.mybluemix.net
- Install VC++ 2015 Build Tools (Windows only)
- 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
- Craig Carlson - Developer & Creator of the analogy-making algorithm
- Dr. Mei Si - Supervisor