Abhishek Singh
Abhishek Singh
Python 3 supports `from io import StringIO` and `from urllib.request import urlopen`.
I want to finetune keras-facenet as was described with VGG16 model [Fine-tuning the top layers of a a pre-trained network](https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html). How can I do so? How should I define the...
Currently, there are [4 models uploaded](https://github.com/axiom-data-science/OrcaCNN/tree/master/app/models) to help in the prediction of orca calls. Some of these are `checkpoint` models which were saved while training during the GSoC period. The...
This issue brings up the common problem of standardization of the real-world orca samples fed before the pre-processing stage in our model pipeline. While developing the pipeline, it was found...
For every uploaded audio file, display its corresponding spectrogram wave on the homepage to better assist in detecting orca calls through visual as well as auditory means. Something close to...
To Update the existing code written in python 2.x to support python 3.
This can be added as an option in the web app after getting implemented