pip install -r requirements.txt
-
data acquisition using Bing API
python3 search-bing-api.py --query "dog" --output dataset/dog python3 search-bing-api.py --query "cat" --output dataset/cat
-
Automated data cleaning using Rekognition:
# change the flag in line 127 to True upload_file_switch = True python3 dataHandler.py
-
download the data after rekognition
# change the flag in line 153 to True download_data_switch =True python3 alexTrainer.py
-
Create a model
python3 alexTrainer.py
-
Create and Inference server using Flask
download_data_switch = False python3 predictor.py