Bazaar To-Go is an all-in-one marketplace solution designed to empower sellers and enhance customer shopping experiences. The application offers seamless inventory management, centralized order handling, insightful analytics, and customer feedback tools—all in one platform. By streamlining operations and providing actionable insights, Bazaar To-Go helps sellers grow their businesses and cater to their customers more effectively.
-
Frontend: Flutter
-
Backend: Python (Flask/Django)
-
Database: PostgreSQL
-
Cloud Services: AWS (S3 for storage, Lambda for serverless functions)
-
APIs: OCR.Space API for catalog generation, Stripe API for payment handling
-
Version Control: Git and GitHub
- Streamlined Inventory Management
-> Upload catalogs manually, via images, or through API integration.
-> Auto-generate product descriptions and titles using OCR technology.
- Centralized Order Hub
-> Manage all orders from multiple online stores in one place.
-> Track and fulfill orders with real-time updates.
- Generate Custom Sales Reports
-> Download detailed Excel reports tailored to specific time periods.
-> Analyze sales trends to optimize strategies.
- Customer Feedback Analysis
-> Collect and analyze feedback to refine product offerings.
-> Use insights to improve pricing, inventory, and customer satisfaction.
- Multi-Store Support
-> Easily manage inventory and orders across various e-commerce platforms.
- ML-Based Product Recommendations:
-> Help customers find similar products based on an uploaded product image.
-> Recommend items with similar prices and features to enhance the shopping experience.
- Backend:
-> Flask/Django: Web framework
-> SQLAlchemy: Database ORM
-> Requests: For making API calls
- Frontend:
-> Flutter & Dart
- Additional Tools:
-> OCR.Space API: For optical character recognition
-> Stripe API: For secure payment processing
-> AWS SDK: For cloud storage and serverless functions
We integrated a machine learning model to enhance the customer shopping experience. This model uses image recognition and feature extraction to identify visually similar products in the inventory. Based on the uploaded product image, the system:
- Matches the product with similar-looking items in the database.
- Suggests products within the same price range and category.