Loading repository data…
Loading repository data…
Team-Stunner / repository
this is using gen ai and other project things like weather, chatsupport, voice chat
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Agri-Tech is an AI-driven platform that empowers farmers with instant multilingual chat support, crop and animal management tools, and smart image-based animal detection. It leverages modern AI and cloud technologies to make farming advice accessible, practical, and locally relevant.
Agri-Tech is an AI-powered platform designed to assist farmers with crop management, disease diagnosis, and animal detection using modern technologies. The project leverages AI chat support in multiple Indian languages and integrates with Cloudinary for image management.
git clone https://github.com/Team-Stunner/Agri-Tech.git
cd Agri-Tech
cd backend
npm install
cd ../frontend
npm install
Create a .env file in the backend directory with the following:
PORT=3000
CLOUDINARY_CLOUD_NAME=your_cloud_name
CLOUDINARY_API_KEY=your_api_key
CLOUDINARY_API_SECRET=your_api_secret
GEMINI_API_KEY=your_gemini_api_key
cd backend
npm start
cd ../frontend
npm start
The frontend will run on http://localhost:5173 (or similar), and the backend on http://localhost:3000.
Agri-Tech/
├── backend/
│ ├── index.js
│ └── ...
├── frontend/
│ ├── src/
│ │ └── components/
│ │ └── ChatSupport.tsx
│ └── ...
└── readme.md
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.