Skip to content

Latest commit

Β 

History

History
88 lines (71 loc) Β· 3.34 KB

File metadata and controls

88 lines (71 loc) Β· 3.34 KB

Artisyn - AI-Powered Artisan Platform

Gen AI Exchange hackathon project - A comprehensive platform for discovering local artisans, enhancing product images with AI, and connecting craft communities.

πŸ†• New Features

  • Enhanced Artisan Locator: Interactive Google Maps with custom markers for different artisan types
  • Smart Search: Search by craft type, artisan name, or location with real-time filtering
  • User Location: Automatic geolocation with smooth map transitions
  • Sample Artisans: Pre-loaded with demo artisan locations in Boston area
  • Custom Markers: Distinctive markers for artisans, user location, and search results
  • Info Windows: Detailed artisan information with ratings and contact options

Features

🎨 AI Image Enhancer

  • Fixed Backend Integration: Now properly communicates with FastAPI backend
  • Upload images (JPG, PNG, WebP up to 25MB)
  • AI-powered enhancement with scaling and denoising
  • Real-time before/after comparison slider
  • Download enhanced images
  • Local Processing Option: Canvas-based enhancement for privacy

πŸ—ΊοΈ Artisan Locator (Google Maps)

  • Interactive map showing local artisans with custom styling
  • Smart search by craft type (ceramics, woodworking, glass, textiles)
  • User location detection with smooth animations
  • Custom markers for different content types
  • Detailed info windows with artisan information and ratings
  • Mobile-responsive design

πŸ’¬ Community Features

  • Feed for artisan posts and updates
  • Forum for discussions
  • Challenges and competitions
  • Success stories
  • Partner collaborations

πŸ—ΊοΈ Google Maps Features

Marker Types

  • 🎨 Artisan markers (green): Local artisans with craft info
  • πŸ“ User location (blue): Your current position
  • πŸ“ Search results (yellow): General places from Google

Search Examples

  • By craft: "ceramics", "woodworking", "glass blowing"
  • By name: "Boston Pottery", "Harbor Woodworks"
  • By location: "Cambridge, MA", "downtown Boston"

Sample Data

Demo artisans in Boston area:

  • Boston Pottery Studio - Ceramics (4.8⭐)
  • Harbor Woodworks - Woodworking (4.9⭐)
  • Cambridge Glass Art - Glass Blowing (4.7⭐)
  • Textile Dreams - Textile Arts (4.6⭐)

πŸ“ File Structure

Artisyn/
β”œβ”€β”€ πŸ“„ index.html           # Main page with artisan locator
β”œβ”€β”€ 🎨 ai-enhancer.html     # AI image enhancement tool  
β”œβ”€β”€ ⚑ ai-enhancer.js       # Enhancement JavaScript (FIXED)
β”œβ”€β”€ πŸ—ΊοΈ script.js           # Google Maps integration (NEW)
β”œβ”€β”€ βš™οΈ config.js           # API keys and settings (NEW)
β”œβ”€β”€ 🎨 style.css           # Styling
β”œβ”€β”€ πŸ“š README.md           # This file (UPDATED)
β”œβ”€β”€ 🐍 backend/
β”‚   β”œβ”€β”€ main.py            # FastAPI server (FIXED)
β”‚   └── requirements.txt   # Python deps
└── πŸ“ assets/            # Images and resources

πŸš€ Next Steps

  • Add more artisan sample data
  • Implement user authentication
  • Add artisan profile pages
  • Connect to real artisan database
  • Add booking/contact functionality
  • Implement push notifications
  • Add social sharing features

πŸ“ License

Educational and demonstration purposes - Gen AI Exchange hackathon project.

Educational and demonstration purposes - Gen AI Exchange hackathon project.