Skip to content

Commit

Permalink
Added Flora Monitoring System Using GenAI API
Browse files Browse the repository at this point in the history
  • Loading branch information
dfordp committed May 17, 2024
1 parent f83ad3c commit c492dc4
Show file tree
Hide file tree
Showing 29 changed files with 3,299 additions and 0 deletions.
6 changes: 6 additions & 0 deletions New_APIs/FloraMonitoringSystemUsingGenAI_API/.env.example
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 =
2 changes: 2 additions & 0 deletions New_APIs/FloraMonitoringSystemUsingGenAI_API/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.env
51 changes: 51 additions & 0 deletions New_APIs/FloraMonitoringSystemUsingGenAI_API/README.md
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
Loading

0 comments on commit c492dc4

Please sign in to comment.