Skip to content

PacificDynamics/forest-ai-platform

Repository files navigation

ForestAI Platform

A modern web platform for AI-powered forest analysis using drone imagery. Built with Astro, React, and Tailwind CSS.

Features

  • 🌲 Advanced tree detection and counting
  • 🔍 Health analysis and disease detection
  • 📊 Growth tracking and monitoring
  • 🎯 Species classification
  • 📱 Responsive design
  • 🌙 Dark mode support
  • ⚡️ Lightning-fast performance

Tech Stack

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/forest-ai-platform.git
cd forest-ai-platform
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Build for production:
npm run build

Project Structure

├── 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

Deployment

This project is configured for deployment on Netlify. Simply connect your GitHub repository to Netlify and it will automatically deploy your site.

Manual Deployment

  1. Build the project:
npm run build
  1. Deploy to Netlify:
netlify deploy

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published