DeepClassificationBot icon indicating copy to clipboard operation
DeepClassificationBot copied to clipboard

A deep learning powered bot capable of classifying images into user-specified categories

Results 2 DeepClassificationBot issues
Sort by recently updated
recently updated
newest added

## Motivation Data files created by this framework are currently saved in multiple places, which are hardcoded: ``` ./data ./downloaded_images ./pre_trained_weights ``` In particular, files needed for deployment are in...

## Motivation `deploy.load_model` takes an input shape argument, which is hardcoded in bot/webapp. This value is not something dependent on the code, but rather tied to the model that goes...