Explore projects built by the community
Build a multi-page Easter celebration website with a pastel color theme of soft yellows, mint greens, lilac, and warm whites. Home page has an animated Easter egg hunt where clicking hidden eggs reveals surprise messages. Include a page for an Easter feast menu with recipe cards. A page for a photo gallery with polaroid-style frames and bunny illustrations. A countdown timer page to Easter Sunday. Add floating confetti, hand-drawn floral borders, and a watercolor texture throughout. Include a fun Easter quiz page and a page to send Easter wishes with animated bunny characters. Make it warm, joyful, and family-friendly.
import torch from diffusers import StableDiffusionImg2ImgPipeline from PIL import Image import gradio as gr # Load model once device = "cuda" if torch.cuda.is_available() else "cpu" pipe = StableDiffusionImg2ImgPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", torch_dtype=torch.float16 if device == "cuda" else torch.float32 ).to(device) # Function to process image def edit_image(input_image, prompt, strength, guidance): if input_image is None: return None image = input_image.convert("RGB").resize((512, 512)) result = pipe( prompt=prompt, image=image, strength=strength, guidance_scale=guidance ) return result.images[0] # UI Layout app = gr.Interface( fn=edit_image, inputs=[ gr.Image(type="pil", label="Upload Image"), gr.Textbox(label="Prompt", placeholder="Describe the edit (e.g. futuristic, anime, cinematic lighting)"), gr.Slider(0.1, 1.0, value=0.6, label="Strength (change level)"), gr.Slider(1, 15, value=7.5, label="Guidance Scale") ], outputs=gr.Image(label="Edited Image"), title="AI Image-to-Image Editor", description="Upload an image and describe how you want it edited." ) # Launch app app.launch()
English communication app with quizzes and assessment at multiple levels for the age of 21-70 years
create same to same mobile app ui
Create modern design for Facade of 3 floor commercial building Not brown Width 15 meter Ground floor from right to left 3 shops door 1 company door 1 stair door First floor Coffee shop Second floor coffeshop with open space no roof
Create a modern, romantic, and visually stunning restaurant website for a premium dining experience called "Candle Light Date N Dinner", located in Gandhinagar, Gujarat. STYLE & THEME: * Theme: Romantic, luxury, candlelight ambiance * Color palette: Deep red, black, gold, warm yellow lighting * Fonts: Elegant serif for headings, clean sans-serif for body * Mood: Intimate, cozy, premium, couple-focused * Use soft animations, glowing candle effects, and smooth transitions HOMEPAGE: * Hero section with a romantic candlelight dinner image * Tagline: "Create Unforgettable Moments with Your Loved One" * CTA button: "Book Your Romantic Table" * Highlight features: * Private candlelight setups * Anniversary & birthday celebrations * Customized decorations * Delicious multi-cuisine food ABOUT SECTION: * Describe the restaurant as a top-rated (4.8 stars) romantic dining place * Mention location: 5th Floor, Pramukh Square, Sargasan, Gandhinagar * Emphasize privacy, ambiance, and premium service * Add customer satisfaction and memorable experiences SERVICES SECTION: * Candlelight Dinner Packages * Birthday & Anniversary Celebrations * Surprise Planning * Decoration Themes (heart theme, rose decor, balloon setup) MENU SECTION: * Display sample items: * Starters: Masala Papad, French Fries, Garlic Bread * Beverages: Mint Mojito * Main: Coin Pizza, Rajput Ranjana * Desserts: Gulab Jamun, Pineapple Marconi Sweet, Heart-shaped Cakes * Include visually appealing food cards GALLERY: * Romantic setups, decorations, cakes, couple dining photos * Grid or carousel layout REVIEWS: * Show customer testimonials: * "Best place for candlelight dinner" * "Perfect for couples" * "Amazing decoration and food" * Display rating: 4.8 ⭐ from 2000+ reviews BOOKING SECTION: * Simple form: * Name * Phone number * Date & time * Occasion (Birthday, Anniversary, Date) * CTA: "Reserve Now" CONTACT SECTION: * Address: Sargasan, Gandhinagar, Gujarat * Phone: 070464 64449 * Map integration * Opening hours: 11 AM – 11 PM EXTRA FEATURES: * Floating WhatsApp button for instant booking * "Surprise your partner" banner * Mobile responsive design * Fast loading and SEO optimized FOOTER: * Social media icons * Copyright * Quick links GOAL: Create a visually emotional website that convinces couples to book a romantic candlelight dinner experience. give me a website fully
على أن يشمل العمل ما يلي : تعريف التطرف هل التطرف خاص بدين معين أو فنة معينة من الناس نماذج واقعية من التطرف مخاطر التطرف كيف يمكن أن نتخلص من التطرف في مجتمعنا
I have mikrotik router crs326. Now i want connect my internet user online payment system like debit card or credit card. I want make it fully free. And i hvae uae ziina payment system Api key. in my computer i install ngrok https://reyes-aware-herman.ngrok-free.dev and xampp and mikhmon server. or businesses
Video chat app
Camp Data Management related with data
create browser extension for event loop task visualization
create a portfolio website for Full stack developer