Socket
Socket
Sign inDemoInstall

gorillaml

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gorillaml

This is the application which allow individual, organization, developer, publisher to manage, publish, monitor webservices, machine learning api, custom forms and many more active development very easily.


Maintainers
1

Welcome to GorillaML's documentation!

This is the application which allow individual, organization, developer, publisher to manage, publish, monitor webservices, machine learning api, custom forms and many more active development very easily.

Installation

.. code-block:: python

pip install gorillaml

DB Initialization

After installation to initialized the application database we have to run below command in console.

.. code-block:: python

gorillaml-canvas init-db

.. warning:: Dont ignore or forget to run this command or else application stop working properly.

Start Application Server

To start GorillaML server run below command in terminal

.. code-block:: python

gorillaml-canvas start-forever

It will expose the application in http://127.0.0.1:5000

Application Login

Default username and password of the application is admin and admin. After successfull login change your default password as per your convenient time.

Plugin Development

GorillaML is created on top of Flask framework and this plugins are created based on Flask blueprint framework. You have full controll to play with gorillaml plugins using Flask blueprint for more details start reading https://flask.palletsprojects.com/en/1.1.x/blueprints/

You will found sample plugins here https://github.com/washim/GorillaML_Plugins

.. warning:: Plugin name and blueprint name should be same inside plugin.py. This plugin.py and init.py is the mandatory to create gorillaml plugins. Dont change gorillaml variable inside plugin.py

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc