Showing too much 'skin' detection in software

前端 未结 14 1510
半阙折子戏
半阙折子戏 2021-01-30 09:22

I am building an ASP.NET web site where the users may upload photos of themselves. There could be thousands of photos uploaded every day. One thing my boss has asked a few time

14条回答
  •  不要未来只要你来
    2021-01-30 09:42

    I would say your answer lies in crowdsourcing the task. This almost always works and tends to scale very well.

    It doesn't have to involve making some users into "admins" and coming up with different permissions - it can be as simple as to enable an "inappropriate" link near each image and keeping a count.

提交回复
热议问题