pip install -r EvaDB_requirements.txt
python EvaDB_mnist.py
Will have to input kaggle username and key to download the dataset Can find it at the settings in your kaggle profile Click create new token, then use the info in the downloaded kaggle.json file
The code will run for a while ...
pip install -r DeepLake_requirements.txt
Will have to input kaggle username and key to download the dataset Can find it at the settings in your kaggle profile Click create new token, then use the info in the downloaded kaggle.json file
This will show the results after getting the predictions using MnistImage Classifier
python DeepLake_mnist.py
This runs the TQuery using local dataset
python Create_DeepLake_Dataset.py
This runs the TQuery using activeloop dataset that is stored in https://app.activeloop.ai/yuchenjohnlin/home
But the performance will be effected by the network
python DeepLake_Query.py
This runs the User defined function using local dataset
python DeepLake_UDFilter.py