Skip to content

mpuheim/PyOpenFCM

Repository files navigation

PyOpenFCM

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

Full PyOpenFCM Library documentation:

About

Python Open Fuzzy Cognitive Maps Library (with Web API)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published