Coder Social home page Coder Social logo

profile-finder's Introduction

Profile-Finder

Gachon University Graduation Work 3 - 2021
Go to wiki page

https://profile-finder0.herokuapp.com/

Profile-finder is an actor employment service that provides direct connection between the video producer and the actor using deep learning profile photo analysis. Users can easily filtering profiles using keywords. Our core system is Deep learning keyword filtering using Google Teachablemachine. This will reduce the time it takes for many video producers to review and filter profiles.

Presentation

Build

  • build in Window
npm run buildWindow
  • build in Linux/MacOS
npm run build
  • npm scripts
  "scripts": {
    "dev:server": "nodemon --exec babel-node src/init.js --delay 2 --ignore '.scss' --ignore 'static' --ignore 'files'",
    "dev:assets": "cd src && cross-env WEBPACK_ENV=development webpack -w",
    "build:assets": "cd src && WEBPACK_ENV=production webpack",
    "build:server": "babel src --out-dir build --ignore 'src/assets','src/static','src/tm','src/webpack.config.js'",
    "copyAll": "shx cp -r src/static build/static && shx cp -r src/views build/views && shx cp -r src/tm build/tm",
    "build": "npm run build:server && npm run build:assets && npm run copyAll",
    "buildWindow": "npm run build:server && npm run build:assets && npm run copyAll",
    "prebuildWindow": "rd /s /q build",
    "heroku-prebuild": "rm -rf build",
    "start": "PRODUCTION=true node build/init.js",
    "prestart": "npm run build"
  }

Test site

profile-finder's People

Contributors

rheeeuro 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.