Skip to content

Gachon University Graduation Work 3 - 2021

Notifications You must be signed in to change notification settings

chlee1001/profile-finder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gachon University Graduation Work 3 - 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 41.9%
  • JavaScript 33.6%
  • Pug 24.5%