Modify Python Scripts ML Scripts

Job ID: 34039589

Budget: $30 – $250 USD

Background: Develop (perhaps TensorFlow) models to identify which language is being used (Ex: Spanish, English) on a mobile device. Create tooling for and create a dataset with labels of UI images for both training and validation.

You have 2 scripts: 1 for training and one for testing (Made with Google Colab) https://drive.google.com/drive/folders/1PVWRgOQfebxSaF9Kzkkg5MUkSiaaZimy?usp=sharing

Here is what is needed:
1) modify both scripts to not connect to google drive. Both scripts should treat files as if you will be uploading from your local computer.

2) currently the testing script takes in one image and outputs the language. What if I have a folder of images, can multiple languages be output at the same time? You should add code that will number the images and then you will output the language of those images so I can get the language of multiple images at a time.

3) Make a .py version of the scripts (which can be downloaded from Colab) and make sure they can be ran from the command line

4) comment out the scripts.