Freelancers using AWS in Delhi
Freelancers using AWS in Delhi
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
AKASH VASHISHTHA
pro
Delhi, India
Versatile Fullstack Engineer | Web & Mobile Expert
$50k+
Earned
5x
Hired
5.0
Rating
112
Followers
Top
Follow
Message
Versatile Fullstack Engineer | Web & Mobile Expert
1
Realm - Social Media Platform for Music Producers and Artists
1
138
2
TestBest | LSAT® Prep & Tutoring
2
156
0
Légacie Phase 1
0
20
3
AI Platform Stabilization and Enhancement for Kaie
3
114
AWS
(1)
Follow
Message
Raj Pathak
pro
Gurugram, India
Founding AI Engineer, Agents, Automation, Cloud, Full-Stack
$1k+
Earned
8x
Hired
4.7
Rating
55
Followers
Follow
Message
Founding AI Engineer, Agents, Automation, Cloud, Full-Stack
0
AI-Driven Race Photography Platform Development
0
11
0
Chatbot Experience - Nivea "Cocoa Shades" Personalized
0
16
0
Interactive Web App for Freak Fan Community
0
36
0
Fail-Safe AWS Architecture for High Uptime
0
33
AWS
(4)
Follow
Message
Yash Dixit
New Delhi, India
Backend Engineer, API Dev & Databases 🚀
Follow
Message
Backend Engineer, API Dev & Databases 🚀
0
Travo Channel & Travo AI (acq by Spyne AI)
0
6
0
Pet Perfect MVP
0
7
0
Awen <> Finance Products
0
18
View more →
AWS
(3)
Follow
Message
Manish Pal
max
Ghaziabad, India
Senior Product Designer & Full-Stack Partner
$25k+
Earned
11x
Hired
4.9
Rating
162
Followers
expert
expert
+2
Follow
Message
Senior Product Designer & Full-Stack Partner
1
Enterprise HR Platform Web and Mobile Overhaul
1
14
0
Total Protect | Website Redesign, Framer Build & SEO Migration
0
15
5
Tropos - AI Visuals & Framer Website Design
5
159
1
Luxury Automotive Brand Website Redesign and AI Media Strategy
1
59
AWS
(1)
Follow
Message
Rishi Bajpai
Noida, India
Building MVPs for startup founders with clean UX in a week.
1x
Hired
5.0
Rating
60
Followers
Follow
Message
Building MVPs for startup founders with clean UX in a week.
0
Regenix - Healthcare System Modernization for Regenix
0
5
3
Reqwest - Designing an Efficient API Testing Platform
3
6
1
SpongebobLabs - AI Research Lab Website Development
1
8
0
SaaSking AI - Enterprise Website Redesign
0
5
AWS
(1)
Follow
Message
Lalit Shakya
Gurugram, India
Full-Stack Developer & UI/UX Designer | React, PHP
New to Contra
Follow
Message
Full-Stack Developer & UI/UX Designer | React, PHP
0
PayU Latam Payment Gateway Integrate Developed a complete PayU Latam payment gateway integration for Walon Sport (Peru), enabling users to complete transactions directly within the website without any redirection. The project included implementing multiple payment methods such as Credit/Debit Cards (Visa, Mastercard, Amex, Diners), Yape (mobile payment flow), and PagoEfectivo (CIP generation). A custom accordion-style checkout UI was built to improve user experience and guide users through payment selection. Additionally, a fully customized Thank You page was developed to display CIP codes and provide voucher access for offline payments. The integration was deployed in a production environment with AWS security layers (WAF), ensuring stable and secure payment processing. This project involved real-world API handling, debugging payment flows, and optimizing checkout UX for better performance and reliability. Skills Debugging , Web development , Payment Gateway Integration , API integration , Backend Development , Frontend Development
0
61
0
i made this dashboard how's this ?
0
33
2
AI Viral Story & Cinematic Shorts Factory AI Viral Story & Cinematic Shorts Factory is a futuristic AI-powered storytelling workflow built entirely inside Melius. The project explores how AI can transform a single emotional idea into a complete viral-ready cinematic production pipeline for platforms like YouTube Shorts, TikTok, Instagram Reels, and Pinterest Video Pins. Using interconnected AI agents and advanced visual workflow nodes, the system handles: Trend research and viral analysis Emotional story generation Cinematic scene breakdowns AI image prompting AI animation direction Camera movement planning Voiceover scripting Music and sound design Thumbnail optimization Captions and hashtag generation Engagement prediction Multi-platform export workflows For the core demonstration, I created a 6-scene emotional rescue story following an abandoned puppy in the rain. The workflow visually demonstrates how a raw emotional concept evolves into a fully cinematic short-form narrative through interconnected AI systems. The project was designed to feel like a next-generation AI filmmaking operating system — combining storytelling psychology, prompt engineering, cinematography logic, emotional optimization, and creator workflow automation into one connected visual canvas. My goal was to explore the future of AI-native filmmaking and demonstrate how creators can generate production-ready emotional content in minutes instead of weeks. Process: Researched emotional viral storytelling formats Designed a multi-agent cinematic workflow architecture Built interconnected AI production nodes inside Melius Generated a full 6-scene cinematic narrative Created image and animation prompt systems Added voiceover, music, and sound design logic Built thumbnail, caption, and engagement optimization systems Produced a cinematic walkthrough showcasing the workflow Feedback on Melius: Using Melius felt like directing an AI-powered creative studio visually instead of switching between disconnected tools. The node-based workflow made it easier to structure cinematic storytelling pipelines, iterate on ideas, and connect production systems together in a much more intuitive way. LinkedIn Post: https://www.linkedin.com/posts/buildwithlalit_meliuschallenge-ugcPost-7462439292988968960-xnV2
2
82
1
Just shipped a full-stack business listing platform — Biziffy. Built with React/Next.js on the frontend and Node.js/Express on the backend, deployed on a Hostinger VPS (Ubuntu 24.04) with PM2 and Nginx. Key things I handled on this one: Google Location API integration for accurate business listings, pincode validation, sitemap and robots.txt setup for SEO, and complete VPS deployment from scratch via SSH. The part I enjoyed most — getting the deployment pipeline clean so the client could manage updates without developer dependency. Stack: React · Next.js · Node.js · Express · MongoDB · PM2 · Nginx · VPS Live: biziffy.com (http://biziffy.com)
1
1
110
AWS
(1)
Follow
Message
Suyash Dubey
Delhi, India
I build production AI agents that automate real workflows
Follow
Message
I build production AI agents that automate real workflows
1
Built an LLM-powered question-answering application that lets users ask natural-language questions over large document corpora and get accurate, grounded answers, instead of manually searching through documents for the right section. Designed and built the full RAG pipeline independently, from document ingestion through to answer generation, as a technical demonstration of production-grade retrieval-augmented generation using AWS-native tooling. Key Challenges: Documents exceeding token limits: Large source documents couldn't be fed directly into the LLM's context window, so they had to be broken down without losing meaning or context across chunks. Finding the right context: With a large corpus, the system needed to reliably surface the specific chunks relevant to a given question, not just the most textually similar ones. Grounded, accurate answers: Answers had to be based on the actual retrieved content, not the model's general knowledge, to avoid confidently wrong responses. Working within a managed AWS ecosystem: Embeddings, storage, and generation all needed to work together cleanly using Bedrock-native models rather than a patchwork of external services. Approach: Document loading and chunking Processed large documents into manageable chunks sized to stay within model token limits while preserving enough context for coherent retrieval. Vector embeddings with Amazon Titan Generated vector embeddings for each document chunk using Amazon Titan, capturing semantic meaning rather than just keyword overlap. Vector storage and retrieval Stored the embeddings in a vector database, enabling fast similarity search to pull the most relevant chunks for any given question. RAG-based answer generation with Claude on Bedrock When a question comes in, the system retrieves the relevant chunks and passes them as context to Anthropic Claude via Amazon Bedrock, which generates an answer grounded in the retrieved content rather than relying on parametric memory alone. Results & Impact: Accurate, source-grounded answers over document corpora too large to fit in a single context window. A scalable retrieval architecture that separates document processing, embedding, and generation, so any of the three can be swapped or scaled independently. A fully AWS-native RAG pipeline, demonstrating fluency with Bedrock's embedding and generation models working together in production patterns. Tech Stack Python · LangChain · AWS Bedrock · Amazon Titan · Anthropic Claude · FAISS DB
1
82
2
Built and maintained a HIPAA compliant production medical AI scribe system that uses multi-step LLM agents to extract clinical entities directly from physician-patient conversations and turn them into structured medical notes, cutting down the manual transcription work clinicians used to do after every visit. Multi-stage clinical workflow: Documentation, coding, and review each have different logic and conditional paths, and the system needed to branch correctly between them without losing context. Clinical accuracy: Generated notes had to be grounded in real patient history and clinical guidelines, not just plausible-sounding text. Production reliability: As a live system handling real conversations, every agent run needed to be observable, debuggable, and monitored for cost and latency in real time. Non-technical requirements gathering: Clinical needs had to be captured accurately from stakeholders without a technical background and translated into precise agent logic. Approach: Stateful agent orchestration with LangGraph Designed LangGraph-based agent workflows with conditional branching, allowing the system to move correctly across documentation, coding, and review stages based on conversation content. Context-grounded note generation with RAG Built a RAG pipeline on AWS Bedrock with embeddings, so every generated note is grounded in the patient's actual history and relevant clinical guidelines rather than generic output. Full production observability Integrated Langfuse across all agent runs to track token usage, latency, and model KPIs, giving the team visibility into system health and cost in production, not just at build time. Clinical stakeholder collaboration Ran requirements sessions directly with clinical staff, converting their documentation needs into concrete agent behavior specs and validation criteria. Results & Impact: ~40% reduction in manual transcription time for clinicians using the system. Clinically grounded output, with notes tied to real patient history and guidelines instead of unsupported generation. Full production observability, with token usage, latency, and model performance tracked continuously. A workflow clinicians could trust, built through direct collaboration rather than a black-box handoff. Provided Services & Solutions: 📌 AI Agent Development (LangGraph) 📌 RAG Pipeline Development (AWS Bedrock) 📌 LLM Observability (Langfuse) 📌 Cloud Infrastructure (AWS Lambda, S3, DynamoDB) 📌 Stakeholder Requirements Translation 📌 Production ML Systems Tech Stack Python · LangChain · LangGraph · AWS (Bedrock, Lambda, S3, DynamoDB) · Langfuse · TypeScript · REST APIs
2
81
2
My submission for replitbuildathon. Features an AI agent that answers inbound leads in seconds, qualifies them against your rules, and books the appointment — rebrandable for a new client in about a minute. Most small businesses lose leads to silence. Someone lands on the site at 9pm, fills nothing in, and leaves. Frontdesk is the agent that catches them. It greets the visitor, works through the qualifying questions you defined, scores what it hears out of 100, books the appointment, and hands the team a lead with the transcript and a follow-up email already drafted. The reason it's a template and not a product: it's built to be rebranded. Set a logo and two colours in Brand Studio and the entire app, the chat widget, and the design system documentation retint together, because they all read the same tokens. Agencies fork it once per client. Applying a preset doesn't recolour the same install: it opens a different one, with its own agency name, business name and greeting. Checkout the app here: https://frontdeskzip--SuyashDubey3.replit.app
2
90
1
Built a virtual try-on application that lets users try on garments over WhatsApp. A user sends a photo through WhatsApp, and the app returns a realistic image of them wearing the selected garment, no app download or website visit required. Designed and built the system end-to-end, from the WhatsApp messaging integration through to the try-on generation pipeline, as a self-contained product demonstrating conversational commerce for fashion/retail use cases. Key Challenges: - Frictionless UX over a messaging app: WhatsApp isn't built for structured app interactions, so the flow had to feel natural through simple image and text messages, not clunky commands. - Reliable image handling: Incoming photos vary wildly in quality, lighting, and pose, and had to be received, processed, and matched with garment images reliably. - Fast turnaround: Users expect a near-instant reply on a messaging app, so the backend had to handle image processing and model inference without long delays. - Stitching third-party services together: Twilio's WhatsApp API and Gradio's try-on model weren't built to talk to each other, so the app had to bridge them cleanly. Approach: WhatsApp integration via Twilio -Set up Twilio's WhatsApp API to receive incoming user images and send outgoing try-on results, handling the messaging layer end-to-end. Flask backend as the orchestration layer -Built a Flask application to receive Twilio webhooks, manage the request flow, and coordinate between incoming user images and the try-on model. Virtual try-on generation with Gradio - Integrated Gradio's virtual try-on model to generate the final garment-on-user image, returning a realistic composite result. End-to-end flow design - Connected the pieces so a user's WhatsApp message triggers the full pipeline automatically: receive image → process → generate try-on → send result back, all within a single conversation. Results & Impact - A working conversational shopping experience built entirely on a messaging app users already have open every day. - Zero-download, zero-signup try-on flow — removes the biggest friction point in getting users to try a new AI-powered feature. - A reusable integration pattern connecting Twilio, Flask, and a generative vision model, applicable to other WhatsApp-based commerce or personalization tools. Provided Services & Solutions 📌 Conversational App Development 📌 WhatsApp API Integration (Twilio) 📌 Backend Development (Flask) 📌 Generative AI Integration (Gradio virtual try-on model) 📌 Third-Party API Orchestration Tech Stack: Python · Flask · Twilio WhatsApp API · Gradio If you want an AI-powered experience built directly into a channel your customers already use, like WhatsApp, let's talk.
1
52
AWS
(2)
Follow
Message
Sanskar Seth
Delhi, India
Founding engineer who ships production AI, fintech, and Web3
New to Contra
Follow
Message
Founding engineer who ships production AI, fintech, and Web3
0
JeeSankalp — (https://jeesankalp.live) IIT JEE EdTech Platform Built the complete platform for JeeSankalp, an IIT JEE prep initiative by educator Sankalp Jauhari. Delivered a full product spanning a marketing site (Framer), a web app with courses, test series, free study material, and mentorship booking — plus a mobile app on the Play Store. The platform serves students across India with integrated test analysis, mock test training, and one-on-one guidance. Crossed 100,000+ submissions on the assessment platform post-launch.
0
19
1
DreamXec Student Crowdfunding Platform Launch
1
3
0
Schmooze Media — Tech Lead, MarTech Agency Served as Tech Lead at Schmooze Media, a full-stack growth agency helping startups go from zero to scalable traction. Led development across SaaS builds, Shopify/Webflow projects, AI agent development, API integrations, and MarTech automation pipelines. Built and shipped multiple client products including TravelXec (1,000+ bookings), SpaceXec (custom blockchain property tokenization with live mainnet), and JeeSankalp (100,000+ assessment submissions) — all while managing a freelance-to-full-time engineering team. Grew from freelancer during college to full-time Tech Lead, owning the entire technical delivery end-to-end.
0
16
0
TravelXec — (https://travelxec.com) Travel Booking Platform Built a full-stack travel booking platform from scratch at Schmooze Media, later integrated into the DreamXec ecosystem. Delivered 1,000+ bookings post-launch with zero third-party booking SaaS — everything custom built. Handled end-to-end: backend APIs, booking flow, payment integration, and deployment on AWS. Architected for scale from day one with Redis caching and a Node.js/PostgreSQL core.
0
25
AWS
(2)
Follow
Message
Explore people