{"id":23868363,"url":"https://github.com/uchamod/ai-saas-application-","last_synced_at":"2026-04-28T16:03:23.389Z","repository":{"id":259282333,"uuid":"877195196","full_name":"uchamod/AI-SaaS-Application-","owner":"uchamod","description":"A powerful Flutter-based SaaS application that leverages AI/ML to extract text from images with integrated Stripe payment processing.","archived":false,"fork":false,"pushed_at":"2024-10-26T21:09:01.000Z","size":760,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T11:19:32.102Z","etag":null,"topics":["dart","firebase","flutter","google-api","machine-learning","stripe-payments"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uchamod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-23T08:52:16.000Z","updated_at":"2024-10-27T20:39:10.000Z","dependencies_parsed_at":"2024-10-24T04:02:44.490Z","dependency_job_id":"6b35ef4a-8d96-491c-bf1b-4ea39d0a83cb","html_url":"https://github.com/uchamod/AI-SaaS-Application-","commit_stats":null,"previous_names":["uchamod/ai-saas-application-"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uchamod%2FAI-SaaS-Application-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uchamod%2FAI-SaaS-Application-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uchamod%2FAI-SaaS-Application-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uchamod%2FAI-SaaS-Application-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uchamod","download_url":"https://codeload.github.com/uchamod/AI-SaaS-Application-/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240206996,"owners_count":19765041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","firebase","flutter","google-api","machine-learning","stripe-payments"],"created_at":"2025-01-03T11:19:39.878Z","updated_at":"2026-04-28T16:03:18.365Z","avatar_url":"https://github.com/uchamod.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Text Extractor 📱\nA powerful Flutter-based SaaS application that leverages AI/ML to extract text from images with integrated Stripe payment processing.\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Flutter Version](https://img.shields.io/badge/Flutter-3.x-blue.svg)\n![Dart Version](https://img.shields.io/badge/Dart-3.x-blue.svg)\n\n## 🚀 Features\n\n- **AI-Powered Text Extraction**\n  - High-accuracy text recognition\n  - Support for multiple languages\n  - Handles various image formats\n  - Real-time processing\n\n- **Payment Integration**\n  - Secure Stripe payment processing\n  - Multiple subscription tiers\n  - Usage-based billing\n  - Payment history tracking\n\n- **User Management**\n  - Secure authentication\n  - User profiles\n  - Usage analytics\n  - Document history\n\n- **Cloud Storage**\n  - Secure image storage\n  - Processed text backup\n  - Cross-device synchronization\n\n## 📋 Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- Flutter SDK (3.x or higher)\n- Dart SDK (3.x or higher)\n- Android Studio / VS Code\n- Firebase account\n- Stripe account\n- Google Cloud Platform account\n\n## 🛠️ Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/ai-text-extractor.git\n```\n\n2. Navigate to the project directory:\n```bash\ncd ai-text-extractor\n```\n\n3. Install dependencies:\n```bash\nflutter pub get\n```\n\n4. Configure Firebase:\n   - Create a new Firebase project\n   - Add Android/iOS apps in Firebase console\n   - Download and add configuration files\n   - Enable Authentication and Cloud Firestore\n\n5. Configure Stripe:\n   - Create a Stripe account\n   - Add API keys to environment variables\n   - Set up products and prices in Stripe dashboard\n\n6. Run the application:\n```bash\nflutter run\n```\n\n## ⚙️ Environment Variables\n\nCreate a `.env` file in the project root and add the following:\n\n```env\nSTRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key\nSTRIPE_SECRET_KEY=your_stripe_secret_key\nGOOGLE_CLOUD_API_KEY=your_google_cloud_api_key\n```\n\n## 🔒 Security\n\n- All API keys are stored securely\n- User data is encrypted\n- Stripe handles payment information securely\n- Firebase Authentication for user management\n- Regular security audits\n\n## 🚦 Testing\n\nRun tests using:\n```bash\nflutter test\n```\n\nIntegration tests:\n```bash\nflutter drive --target=test_driver/app.dart\n```\n\n## 📱 Supported Platforms\n\n- Android\n- iOS\n- Web (beta)\n\n## 🤝 Contributing\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 📞 Contact\n\nemail uchamod52@your-domain.com or join our Slack channel.\nLinkdin https://www.linkedin.com/in/chamod-udara-b3927a239/\n## 🔮 Future Enhancements\n\n- [ ] Batch processing\n- [ ] OCR improvements\n- [ ] Additional language support\n- [ ] Enhanced analytics\n- [ ] Team collaboration features\n\n## 🙏 Acknowledgments\n\n- [Flutter](https://flutter.dev/)\n- [Firebase](https://firebase.google.com/)\n- [Stripe](https://stripe.com/)\n- [Google Cloud Vision API](https://cloud.google.com/vision)\n\n## 📊 Stats\n\n![Stars](https://img.shields.io/github/stars/yourusername/ai-text-extractor.svg)\n![Forks](https://img.shields.io/github/forks/yourusername/ai-text-extractor.svg)\n![Issues](https://img.shields.io/github/issues/yourusername/ai-text-extractor.svg)\n\n## 📸 Screenshots\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eHome Screen\u003c/td\u003e\n    \u003ctd\u003eText Extraction\u003c/td\u003e\n    \u003ctd\u003ePayment Screen\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"/screenshots/home.png\" width=\"200\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"/screenshots/extract.png\" width=\"200\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"/screenshots/payment.png\" width=\"200\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## 🎯 Key Performance Metrics\n\n- Text extraction accuracy: 98%\n- Average processing time: \u003c2 seconds\n- Supported languages: 50+\n- Payment processing success rate: 99.9%\n\n---\n\nMade with ❤️ by [Your Name]\n\n[⬆ Back to Top](#ai-text-extractor-)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuchamod%2Fai-saas-application-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuchamod%2Fai-saas-application-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuchamod%2Fai-saas-application-/lists"}