- Real-time crop health monitoring
- AI-powered yield prediction models
- Historical data analysis
- Firebase-backed user authentication
- Cross-platform mobile support (iOS/Android)
- Node.js 16+
- Expo CLI (
npm install -g expo-cli) - Firebase account
cd ai-crop-doc
npm install- Create project at Firebase Console
- Enable Authentication, Firestore, and Storage
- Update config in
src/services/firebase.js:
const firebaseConfig = {
apiKey: "YOUR_API_KEY",
authDomain: "YOUR_PROJECT_ID.firebaseapp.com",
projectId: "YOUR_PROJECT_ID",
storageBucket: "YOUR_PROJECT_ID.appspot.com",
messagingSenderId: "YOUR_SENDER_ID",
appId: "YOUR_APP_ID",
measurementId: "YOUR_MEASUREMENT_ID"
};npm start- Fork the repository
- Create feature branch (
git checkout -b feature/amazing-feature) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - Open Pull Request
Distributed under MIT License.