Dark themes recently attracted a lot of attention since enterprises such as Apple or Google deployed on most of their operating systems — iOS, macOS, Android –, an alternative to the default interface colors which were mainly light.
Microsoft followed the trend and added the same option on Windows. While it is a great feature to allow people to use their computer or mobile at night without hurting their eyes, this implementation is incomplete. Indeed, to make this feature really shine, having the operating system interface dark is not enough. Developers must follow the rules too and add a dark…
This project has been splitted into four different articles:
2. Use FastAI to create an AI capable of tagging movie snapshots ;
3. Deploy our AI to production as a REST API with Docker ;
4. Make a script to re-train our AI every month.
Through our previous article, we successfully created a dataset that combines movie snapshots and their respective tags describing what the image contains.
As a reminder, the dataset consists of 243 558 images with 183 different labels. It is a simple CSV file that looks like this:
This project will be splitted into four different articles:
2. Use FastAI to create an AI capable of tagging movie snapshots ;
3. Deploy our AI to production as a REST API with Docker ;
4. Make a script to re-train our AI every month.
Created in 2008, Whatthemovie is a unique movie quiz game where people upload movie stills and the others have to guess from what movie the image was taken. …