An app where you can identify plant types, and save them to a personal gallery.
- Upload photos and get identification estimates, with confidence levels, of what the plant could be!
- Add identified plants to a personal gallery.
This app is built using a Node.js backend and a React frontend. The backend handles image processing and plant identification. The frontend provides a user-friendly interface for uploading photos and viewing identified plants.
Frontend: React, Typescript, TailwindCSS Backend: NodeJs, Cloudinary, MongoDB.
This project taught me about the intricacies of authenticating a React App. This being my first time working with Typescript to build a full stack application, I learnt a lot, through endless debugging, about Typescript configuration and best practices. I have deepened my understanding of Javascript.
- Start the backend server:
cd server
npm i
npm run dev
- Start the frontend server:
npm i
npm run dev
- Open your browser and go to
http://localhost:5173