Binary Image Classifier in F# using ML.NET described in this blog post.
- Mono on Mac or Linux
brew install mono
- .NET Core 2.1
- FAKE dotnet cli tool
- On Mac or Linux
brew install mono-libgdiplus
After installing the FAKE dotnet cli tool run
fake run build.fsx
fake build target Init
Sign up to Bing Image Search API and add API key to 1DownloadImageSearchResults
Run the three fsx scripts inside the Scripts directory in order.
fake build target Run