scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
Apache License 2.0
50 stars 85 forks source link

Config/route management service #159

Closed aselarbd closed 3 years ago

aselarbd commented 3 years ago

Description

This PR fix creates a new feature to manage routes and configs in the backend. In here create a singleton object that can call from anywhere in the project that contains configs related to different parts.

Fixes #158

Type of change

How Has This Been Tested?

Yes. I have tested with the running version.

Checklist: