Skip to content

data acquisition using Bing API - Automated data cleaning using Rekognition - Create a model - Create and Inference server using Flask

License

Notifications You must be signed in to change notification settings

bariarviv/dsp-ip-homework1

 
 

Repository files navigation

dsp-ip-homework1

For computers that support with CUDA

Installation

pip install -r requirements.txt 

Usage

  1. 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
  2. Automated data cleaning using Rekognition:

    # change the flag in line 127 to True
    upload_file_switch = True
    python3 dataHandler.py
  3. download the data after rekognition

    # change the flag in line 153 to True
    download_data_switch =True
    python3 alexTrainer.py
  4. Create a model

    python3 alexTrainer.py
  5. Create and Inference server using Flask

    download_data_switch = False
    python3 predictor.py

License

MIT

About

data acquisition using Bing API - Automated data cleaning using Rekognition - Create a model - Create and Inference server using Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.5%
  • HTML 7.5%