Coder Social home page Coder Social logo

fe-ai's Introduction

前端智能

DEMO

抽取图像上的特征应用到其他图片

可识别的分类:雏菊、蒲公英、玫瑰、向日葵、郁金香

分类识别模型训练步骤:https://github.com/allanguys/blog/issues/4 文章第4部分

识别人脸、情绪、年龄

识别人体手部

可识别的分类:https://github.com/tensorflow/tfjs-models/blob/master/mobilenet/src/imagenet_classes.ts

可识别的目标:https://github.com/tensorflow/tfjs-models/blob/master/coco-ssd/src/classes.ts

可识别人体轮廓

可同时识别多个人体轮廓

识别人体关键点

Tips

  • 因为CN的特殊的网络环境,大部分模型已下载到本地。但是没有翻墙的环境访问github速度较慢,推荐下载到本地查看。

  • 在本地预览和调试,建议使用http-server:

    git clone https://github.com/allanguys/FE-AI.git
    
    cd FE-AI
    
    npm install http-server -g
    
    http-server
  • 为保持项目尽量简单易懂,暂未兼容多端和多数浏览器,请用chrome 70+测试访问。

  • 为了保持每个DEMO都单独简单可用可读,未抽离梳理统一公用函数,未美化代码。

  • 开源类库参数的不同会导致加载的模型不同,本示例只下载了默认参数的模型。

fe-ai's People

Contributors

allanguys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.