A modern web platform for AI-powered forest analysis using drone imagery. Built with Astro, React, and Tailwind CSS.
- 🌲 Advanced tree detection and counting
- 🔍 Health analysis and disease detection
- 📊 Growth tracking and monitoring
- 🎯 Species classification
- 📱 Responsive design
- 🌙 Dark mode support
- ⚡️ Lightning-fast performance
- Astro - Static Site Generator
- React - UI Components
- Tailwind CSS - Styling
- Netlify - Deployment
- Clone the repository:
git clone https://github.com/yourusername/forest-ai-platform.git
cd forest-ai-platform
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
├── src/
│ ├── components/ # UI components
│ ├── layouts/ # Page layouts
│ ├── pages/ # Route components
│ └── assets/ # Static assets
├── public/ # Public static files
├── astro.config.mjs # Astro configuration
└── tailwind.config.mjs # Tailwind CSS configuration
This project is configured for deployment on Netlify. Simply connect your GitHub repository to Netlify and it will automatically deploy your site.
- Build the project:
npm run build
- Deploy to Netlify:
netlify deploy
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.