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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axios not used

aselarbd opened this issue · comments

Is your feature request related to a problem? Please describe.
AXIOS is a well-known HTTP library that used in the javascript world. The package.json is listed as Axios as one of the dependencies. But anywhere in the code not used its functionalities.

Describe the solution you'd like
Axios can intercept all request and add backend base URL(ex: http://127.0.0.1:5000) in one place instead of every request. This is one usage of Axios. Likewise, there are a lot of advantages.

Describe alternatives you've considered
NO

Additional context
NO