Week 6 (4/10 - 8/10)
Working on the MVP
Converting old prototype


Other activities
Spoilers for next week
Last updated
Working on the MVP


Last updated
def analyse_image(self):
name = self.generate_name(10)
#
os.system("cd ~/test_images && curl %s > %s.png" %(self.imageUrl, name,))
return self.__csvLocation