-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Flora Monitoring System Using GenAI API
- Loading branch information
Showing
29 changed files
with
3,299 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
AUTH_SECRET = | ||
CLOUDINARY_API_KEY = | ||
CLOUDINARY_API_SECRET = | ||
CLOUDINARY_CLOUD_NAME = | ||
GEMINI_API_KEY = | ||
MONGODB_URL = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Aarchid - Individual Level Flora Monitoring System | ||
|
||
This application helps individuals by providing plant care assistance using Google's Gemini Pro models for vision and text analysis. | ||
|
||
## Functionalities | ||
|
||
- Plant-Specific Task Management | ||
- Lifecycle Tracking | ||
- In-App Health Monitoring | ||
- AI-Powered Chat Support | ||
|
||
## Technologies Used | ||
|
||
- Cloudinary | ||
- Multer | ||
- Nodemon | ||
- Mongoose | ||
- Mongodb | ||
- Express.js | ||
- Google Generative AI service | ||
|
||
|
||
## How to Get Started | ||
|
||
- Clone the repository | ||
|
||
``` | ||
git clone https://github.com/dishamodi0910/APIVerse.git | ||
``` | ||
|
||
- Install all the required dependencies | ||
|
||
``` | ||
npm i | ||
``` | ||
|
||
|
||
|
||
- Get Enviroment Variables | ||
|
||
.env.example | ||
``` | ||
AUTH_SECRET = | ||
CLOUDINARY_API_KEY = | ||
CLOUDINARY_API_SECRET = | ||
CLOUDINARY_CLOUD_NAME = | ||
GEMINI_API_KEY = | ||
MONGODB_URL = | ||
``` | ||
|
||
- Create a Pull Request To Start Contributing |
Oops, something went wrong.