A website that allows its users to search for human faces inside pictures. A registry of the user info is kept and updated with every use. Smart Ape Website
This project was a part of the Zero to Mastery Web Developer course on Udemy by Andrei Neagoie. As the final project in the course, it summarized most of the tought topics required to become a web developer. This website is split in 2: a front-end and a back-end projects.
- React JS as front-end library
- Tachyons as a CSS library
- Clarifai for face recognition API
- Clone this project
- Clone the back-end project
- Run npm install on both
- Run npm start for ther back-end
- Run npm start for the front-end
Special thanks to Andrei Neagoie for his excellent course and guides on web developing. Andrei's GitHub