Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.51 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.51 KB

Image-Analysis-Gan-and-NSFW

- WARNING (NSFW): RANDOM live images will be pulled from NSFW location.

Description

Project consists of a single-page application (SPA) which grabs a random image from 4chan, runs the image through the analysis pipeline and displays the results. The results contain the image classifications retrieved from Azure Cognitive Services Computer Vision as well as the final decision (SFW or NSFW) from my trained ML model, given the Computer Vision classifications. The web application blurs the image upon initial display but allows you to un-blur it by clicking.

Frankie Grande, Ariana Grande et al. are posing for a picture

Languages Used

  • Python Django (backend): scikit-learn ML model
  • [Node.JS (backend):]
  • [React (frontend):]

Environments Used (PaaS Components)

  • Azure App Service: hosting Node.JS and Django components
  • Azure Storage Account: running React Static Page
  • Azure Cosmos DB: Storage SFW/NSFW analytics and historical data
  • Azure Cognitive Services: Used to general data used for SFW/NSFW decision

Image Analysis Data Flow

Image Analysis Dataflow