PyOpenFCM  version 0.2.20
Python Open Fuzzy Cognitive Maps Library
PyOpenFCM Documentation

Python Open Fuzzy Cognitive Maps Library (with Web API)

Depedencies:

  • Python 3.6
  • pip, git
  • flask, jsonpickle

Fast install & run Web API on Windows:

Install on other systems:

Usage of library in Python:

  • from fcmlib import FCM
  • map=FCM()

Exemplary usage in script:

  • example.py

Usage of Web API:

  • set FLASK_APP=fcmapi_app.py
  • set FLASK_DEBUG=0
  • flask run --host=0.0.0.0

Code repository: