๐Ÿ“ฆ eureka928 / smart-brain-api

Face Recognition Project API following Udemy

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/eureka928/smart-brain-api.git
HTTPS git clone https://github.com/eureka928/smart-brain-api.git
SSH git clone git@github.com:eureka928/smart-brain-api.git
CLI gh repo clone eureka928/smart-brain-api
Superb Dev ; who loves solving problems and making clean and smart results Superb Dev ; who loves solving problems and making clean and smart results Delete package-lock.json 8856410 5 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ controllers
๐Ÿ“„ .gitignore
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ server.js
๐Ÿ“„ README.md

SmartBrain-api - v2

Final project for Udemy course using knex.js library for connecting to PostgreSQL

  • Clone this repo
  • Run npm install
  • Run npm start
  • You must add your own API key in the controllers/image.js file to connect to Clarifai API.
You can grab Clarifai API key here

** Make sure you use PostgreSQL instead of mySQL for this code base.