🚀 Initial commit for rzmk/smart-brain!
This commit is contained in:
commit
48634c33ea
30 changed files with 28624 additions and 0 deletions
42
README.md
Normal file
42
README.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<div align="center">
|
||||
<a href="https://github.com/rzmk/smart-brain">
|
||||
<img src="smart-brain.png" alt="Server" width="80" height="80">
|
||||
</a>
|
||||
<h3 align="center">smart-brain</h3>
|
||||
Frontend repo for viewing detected faces using Clarifai's AI models API.
|
||||
<br />
|
||||
</div>
|
||||
|
||||
## Details
|
||||
|
||||
The frontend repo of a full stack web application that enables logged-in users to upload images to view detected faces using a face recognition AI model using Clarifai's REST API.
|
||||
|
||||
Backend: [https://github.com/rzmk/smart-brain-api](https://github.com/rzmk/smart-brain-api)
|
||||
|
||||
## Features
|
||||
|
||||
- Login and registration system.
|
||||
- Upload images to view detected faces.
|
||||
- Stores user login information in a database and total number of images uploaded by each user.
|
||||
|
||||
## Stack
|
||||
|
||||
### Frontend
|
||||
|
||||
- [React](https://reactjs.org/) (frontend)
|
||||
- [Tachyons](https://tachyons.io/) (CSS toolkit)
|
||||
|
||||
### Backend
|
||||
|
||||
- [Node.js](https://nodejs.org/) (server)
|
||||
- [Express](https://expressjs.com/) (web app framework for Node.js)
|
||||
- [PostgreSQL](https://www.postgresql.org/) (database)
|
||||
- [Clarifai](https://www.clarifai.com/) (face recognition AI model API)
|
||||
|
||||
### Hosting
|
||||
|
||||
- [Heroku](https://www.heroku.com/) (hosting)
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
- [Zero to Mastery Academy](https://academy.zerotomastery.io/p/complete-web-developer-zero-to-mastery)
|
||||
Loading…
Add table
Add a link
Reference in a new issue