Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mosabami/smartbrain
Website that allows you to upload a picture and it detects where the face is in the picture using ML
https://github.com/mosabami/smartbrain
Last synced: 28 days ago
JSON representation
Website that allows you to upload a picture and it detects where the face is in the picture using ML
- Host: GitHub
- URL: https://github.com/mosabami/smartbrain
- Owner: mosabami
- Created: 2021-11-25T23:02:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T07:09:14.000Z (9 months ago)
- Last Synced: 2024-04-09T08:28:39.374Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.95 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
There are two apps in this repo. A simple python application and the smartbrain application.
# SimpleApp
A simple application that is easy to deploy.
Get started [here](./simpleapp)# SmartBrain
Website built as a microservice that allows you to upload a picture and it detects where the face is in the picture using Machine learning. Get started [here](./smartbrain)
![smartbrain screenshot](./media/smartbrain.png)This project is based on the app developed as part of the [The Complete Web Developer in 2023: Zero to Mastery course](https://www.udemy.com/course/the-complete-web-developer-zero-to-mastery/) but modified to use containers, kubernetes and not require an external API.