Adding in the trained models for the first android app.

This commit is contained in:
Lucas Oskorep
2019-04-14 20:12:36 -05:00
parent 97a30b0f48
commit ad79e7a2ed
6 changed files with 84 additions and 1051 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ df = pd.read_csv("pokemon.csv")
response = google_images_download.googleimagesdownload()
for pokemon in ["abra", "xatu", "yanma", "zapdos", "zubat"]: # df["identifier"][:251]:
for pokemon in df["identifier"][:251]:
absolute_image_paths = response.download(
{
"keywords": pokemon,