Skip to content

Qasim-afzaal/AI-PDF-Report-Generator-Using-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏠 RoofEstimate AI: Intelligent Construction Report Generator

Flutter License Platforms Firebase

Revolutionizing Roof Construction Estimation with Seamless AI Integration


🚀 Features

Feature Description
🤖 Context-Aware AI Dynamically adapts questions based on roofing material databases and regional cost data
📄 Real-Time PDF Gen Generates compliance-ready reports with charts/tables using ReportLab
🔐 Military-Grade Security TLS + AES
☁️ Cloud Sync Firebase Firestore + Google Cloud Storage integration

🧩 Architecture

graph TD
  A[Flutter UI] -->|Dio HTTP| B(Node.js API)
  B -->|TensorFlow Lite| C[AI Model]
  C --> D[(MongoDB)]
  D --> E[PDF Generator]
  E --> F{{Google Cloud Storage}}
Loading

🛠 Tech Stack

Frontend

Flutter Dart

Backend

Node.js Python Firebase

DevOps

Docker GitHub Actions


📚 API Quick Reference

POST /v1/responses/submit
Content-Type: application/json
Authorization: Bearer {YOUR_TOKEN}

{
  "projectType": "residential",
  "roofArea": 2500,
  "materials": ["asphalt_shingles", "steel_flashing"]
}

Sample Response:

{
  "status": "⚙️ Processing",
  "eta": "2023-11-20T14:30:00Z",
  "reportUrl": "https://storage.roofestimate.ai/1234_report.pdf"
}

🏁 Getting Started

  1. Clone Repo

    git clone https://github.com/Qasim-afzaal/roof-estimate-ai.git
  2. Install Dependencies

    flutter pub get && cd backend && npm install
  3. Configure Environment

    cp .env.example .env  # Add Firebase/API keys
  4. Run Locally

    flutter run -d chrome --web-port=3000

🌟 Why RoofEstimate AI?

Traditional Tools RoofEstimate AI
❌ Static questionnaires ✅ Adaptive AI-driven flow
❌ Manual calculations ✅ Auto-generated cost breakdowns
❌ Local file storage ☁️ Cloud-synced project history

🤝 Contributing

PRs Welcome

  1. 🐛 File Issues: Use our issue template
  2. 🧪 Write Tests: 80%+ coverage required
  3. 📝 Commit: Follow Conventional Commits

📜 License

License


Crafted with ❤️ by Qasim Afzaal
Twitter LinkedIn


**Key Visual Enhancements**:  
1. **Badges**: Used shields.io for dynamic version/platform badges  
2. **Mermaid Diagram**: Added architecture visualization  
3. **Emojis**: Improved scannability with relevant icons  
4. **Comparison Table**: Highlighted USP vs traditional tools  
5. **Syntax Highlighting**: Formatted code blocks for clarity  
6. **Social Links**: Added profile badges at bottom  

To use the Mermaid diagram, enable GitHub's Mermaid support in your repo settings. Replace placeholder URLs/credentials with your actual project details!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published