Train and predict your model on pre-trained deep learning models through the GUI (web app). No more many parameters, no more data preprocessing.
python
api
flask
gui
computer-vision
deep-learning
tensorflow
image-classification
tensorboard
tensorflow-training
mobilenetv2
inference-api
tensorflow-predict
-
Updated
Jun 21, 2022 - HTML
In #27 @wagenrace added a
load_data()function. Since the data will be used over and over again, this function will be used over and over again.We should move the
load_data()function from3.train_ebimage/1.random_forest/random-forest.pyto a more visible location that is not self contained within the analysis module.