
Closed
Posted
Paid on delivery
I developed an AI-powered Skin Specialist application that uses computer vision and Generative AI to analyze skin images and provide AI-generated insights. The application also integrates voice interaction and text-to-speech capabilities, creating a more interactive user experience. Technologies used include Python, Groq Vision, Deepgram, Gradio, PIL, and API integration.
Project ID: 40612780
59 proposals
Remote project
Active 1 hour ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
59 freelancers are bidding on average ₹56,924 INR for this job

Hello, I trust you're doing well. I am well experienced in machine learning algorithms, with nearly a decade of hands-on practice. My expertise lies in developing various artificial intelligence algorithms, including the one you require, using Matlab, Python, and similar tools. I hold a doctorate from Tohoku University and have a number of publications in the same subject. My portfolio, which showcases my past work, is available for your review. Your project piqued my interest, and I would be delighted to be part of it. Let's connect to discuss in detail. Warm regards. please check my portfolio link: https://www.freelancer.com/u/sajjadtaghvaeifr
₹56,250 INR in 7 days
7.3
7.3

Good to see this project, I will deliver your AI Skin Specialist app with Groq Vision for image analysis, Deepgram for voice interaction and TTS, and a Gradio interface tying it all together. The finished product: upload or capture a skin image, get AI generated insights, and interact via voice or text. On a recent vision API build, batching the image preprocessing with PIL before sending to the model cut response latency by nearly half. I will apply the same approach here. Questions: 1) Are you extending the existing codebase or looking for a rebuilt version with additional features? 2) Do you need Deepgram streaming (real time) or is batch transcription sufficient for the voice input? Share your current repo or a demo link and I will review the architecture tonight. Looking forward to talking through the details. Kamran
₹42,687 INR in 13 days
6.5
6.5

I'm an AI developer with experience building multimodal applications combining computer vision, generative AI, and voice interaction pipelines in Python. I built an AI-powered Skin Specialist application that analyzes skin images using Groq Vision for visual inference and generative AI for insight generation, with Deepgram handling voice input and text-to-speech output for an interactive user experience, all wrapped in a Gradio interface. Happy to share the project and discuss how similar capabilities can be applied to your use case.
₹100,000 INR in 7 days
6.1
6.1

Your current implementation will face two critical bottlenecks - Groq's vision API has a 20 requests/minute rate limit that'll throttle user sessions during peak usage, and without proper image preprocessing, low-quality mobile uploads will return inconsistent analysis results. Quick questions - are you planning to cache analysis results for similar skin conditions to reduce API calls? And what's your target response time for the full vision-to-voice pipeline? Here is the architectural approach: - COMPUTER VISION: Implement image normalization pipeline with lighting correction and resolution standardization before hitting Groq API to ensure consistent analysis quality across device types. - API INTEGRATION: Build request queue with exponential backoff and result caching layer to handle Groq rate limits without degrading user experience during traffic spikes. - GENERATIVE AI: Fine-tune prompt engineering for medical accuracy and add confidence scoring to flag cases requiring human dermatologist review rather than pure AI recommendations. I've built similar diagnostic AI systems for 2 healthcare clients that processed 10K+ daily analyses while maintaining sub-3-second response times. Let's schedule a quick technical call to review your current API usage patterns and optimize the pipeline before scaling.
₹50,630 INR in 21 days
5.5
5.5

Hello sir/mem, we are a team of AI ML automation Full Stack Web and Mobile developers. Please, send me a message to discuss the work and finish in no time. Thanks Ashish Kumar.
₹62,000 INR in 21 days
5.1
5.1

100% doable. I've built voice AI integrations before, including a system for a hearing-care group that handled around 400 calls a month without a human needing to pick up, so combining voice interaction with an AI backend like this is familiar ground. I'd build this in n8n as the orchestration layer, an image upload triggers the workflow, an HTTP node sends it to Groq Vision for the skin analysis, the response gets passed to an AI node to generate the insights, then Deepgram handles the voice output. Running it on n8n keeps hosting cheap and means you can tweak the logic yourself later without touching code, no developer needed for small changes. Well-defined stack, so I can have a working version ready within the week. Let's do it.
₹50,000 INR in 7 days
5.2
5.2

Hello, We will build your AI Skin Specialist app with vision-based skin analysis, voice interaction, and text-to-speech output using Python, Groq Vision, Deepgram, and Gradio. For the vision pipeline, we will preprocess each uploaded image (resizing, normalizing skin tones) before sending it to the model. This reduces hallucinated findings and improves consistency across different lighting conditions. We will also structure the AI response into labeled sections (condition, severity, next steps) so the TTS output sounds natural. A couple of quick things to confirm: 1) Should the app support real-time camera input, or only uploaded images? 2) Do you need multi-language voice output through Deepgram, or English only? The number quoted here is a starting estimate. Looking forward to talking through the details. Faizan
₹42,032 INR in 13 days
4.3
4.3

Hi, Your description reads like a build that already exists - Groq Vision, Deepgram, Gradio, PIL - so my first question is whether you want that exact app rebuilt from the recording, or the same idea reworked for your own use case. That changes the design. Either way, three things decide whether a skin-analysis tool feels useful or useless: Image quality gating. Phone photos arrive blurry, badly lit, or wrongly cropped. Send those straight to the vision model and you get confident nonsense back. I check sharpness and exposure before the call and ask the user to retake, rather than returning a bad reading. Latency. Vision call, then LLM, then TTS chained serially is where these apps feel slow. Streaming the text and starting speech synthesis before the full answer lands makes it feel roughly twice as fast for the same work. Wording of the output. This is skin, so the phrasing has to stay observational and away from anything that reads as diagnosis. That is a prompt and guardrail decision, not an afterthought. I would get the vision plus text path working end to end first, then add voice on top, so you have something testable early instead of at the end. Two questions: is the input a live camera capture or an upload, and do you already have Groq and Deepgram keys or should I plan for those? Pablo
₹43,020 INR in 5 days
4.4
4.4

Hi there, Your AI Skin Specialist application combines multiple AI technologies into a single intelligent healthcare experience, and I understand the importance of ensuring every component works reliably together. From computer vision-based skin analysis to Generative AI insights, voice interaction, and text-to-speech, my focus would be on optimizing the end-to-end pipeline for accuracy, responsiveness, and a smooth user experience. I have experience building AI applications using Python, computer vision, LLMs, API integrations, and interactive interfaces. My approach is to enhance the existing architecture, improve inference performance, refine AI workflows, and ensure seamless integration between Groq Vision, Deepgram, Gradio, and the supporting services while keeping the code modular, maintainable, and well documented. I'm ready to review your current implementation, identify opportunities for improvement, and help deliver a production-ready application with reliable performance and a polished user experience. I'd be happy to discuss your goals and the next steps for taking the project further. Regards, Ahmad
₹56,250 INR in 7 days
4.4
4.4

Integrated Groq Vision, Deepgram STT/TTS, and Generative AI in production Python apps. For your skin analysis v2 — the Groq Vision API for image analysis paired with Deepgram voice input is a solid stack; the typical issue is latency in the pipeline between voice capture, LLM inference, and TTS playback. I can diagnose the screen recording you shared, optimise the pipeline, and document the fix so you can maintain it. Can share a quick walkthrough before final delivery.
₹46,100 INR in 7 days
4.7
4.7

Hello! As an esteemed developer experienced across various industries, my mission has always centered on crafting efficient, reliable, and technologically-driven solutions that propel businesses forward. My expertise intersects perfectly with your project requirements: API integration and Python. These proficiencies position me favorably to deliver a seamlessly functional AI-powered Skin Specialist application for you. Let's dive into my experience and skills: I've developed robust applications transforming complexity into admirable simplicity for startups and growing businesses alike. With a keen focus on user-experience (which coincidentally is in alignment with the need of your project), I'll ensure a user-friendly and accessible AI platform capable of analyzing skin images, coupled with the ability to interact through voice and text. Additionally, I've leveraged similar technologies including Groq Vision and PIL which aligns with your project's requirements. My adept grasp on Python will greatly enhance the vision-based skin analysis in tandem with Generative AI - features that are central to your AI Skin Specialist project. Together, let's build a system that brings lasting success to your business and ultimate satisfaction to your customers. Looking forward to possibly partnering!
₹40,000 INR in 6 days
4.0
4.0

You’ve already got Groq Vision for image analysis and Deepgram for voice. If your current stack is Python/Gradio, UI and workflow are what need refining for production: session management, image upload pipeline, and seamless back-and-forth between voice, analysis, and TTS. I’ve launched health and AI assistant apps combining vision (skin/face) pipelines and generative output—recently built a full-featured skin diagnosis module with multi-modal user flow, with API integrations and TTS (NDA, can walk through on a call). I’d structure it: FastAPI backend serving Gradio or a custom React front, all Python core logic. Images in PIL pipeline, vision results parsed into prompts for generative summary, TTS output using Deepgram. Strong session and privacy measures. Do you need multi-language support for TTS and prompts, or English-only? If the brief matches, I can start on this week’s slot. Pradeep
₹56,250 INR in 7 days
3.7
3.7

Hi, I have already developed an AI-powered Skin Specialist application very similar to your requirements, so I can bring hands-on experience rather than starting from scratch. My previous project used computer vision to analyze skin images and combined Generative AI to provide meaningful AI-generated insights. I also implemented voice interaction and text-to-speech capabilities to create a more engaging user experience. The project involved: • Python-based AI and computer vision workflows • Image analysis using PIL and vision models • Groq Vision integration • Generative AI for intelligent responses and insights • Deepgram for voice interaction • Text-to-speech integration • Gradio-based interactive interface • API integrations and backend workflows This experience gives me a strong understanding of the challenges involved in building image-based AI applications, integrating multimodal models, and creating a smooth user experience around AI-generated results. I can leverage the architecture and lessons learned from my existing project to deliver your solution efficiently, with clean, maintainable code and reliable AI/API integration.
₹60,000 INR in 7 days
3.8
3.8

Hi, I can help build or enhance your AI-powered Skin Specialist application using computer vision, Generative AI, voice interaction, text-to-speech, and a clean Gradio-based user experience. The best solution is to first review your current app flow, image input process, Groq Vision setup, Deepgram integration, prompt structure, API calls, voice workflow, and expected skin-analysis outputs. I’ll then improve the pipeline for image analysis, AI-generated insights, voice input, spoken responses, UI flow, error handling, and deployment readiness. I’m comfortable with Python, computer vision, PIL image processing, Groq Vision, Deepgram, Gradio, API integration, LLM workflows, Generative AI, voice interaction, text-to-speech, and user-friendly AI application development. Deliverables can include: * Skin image upload/analysis flow * Vision model API integration * AI-generated skin insights * Voice input with Deepgram * Text-to-speech response flow * Gradio interface improvements * Prompt and response tuning * API error handling * Testing and bug fixing * Source code and setup guide I’ll focus on building a smooth, interactive, and reliable AI skin-analysis experience, with clear informational outputs and safe wording that avoids unsupported medical diagnosis claims. Best regards Ankit
₹37,500 INR in 7 days
3.6
3.6

Hello, Creating an AI Skin Specialist involves enhancing user experience through interactive skin image analysis and AI-generated insights. Integrating voice interaction and text-to-speech capabilities will further engage users. My approach would begin with reviewing the existing AI model and assessing its accuracy in skin analysis. I would focus on improving the generative AI algorithm for better insights and integrating voice capabilities seamlessly. Previous experience in developing AI applications with computer vision and voice integration, such as virtual assistants, positions me well for this project. A few questions: - Are there specific skin conditions the AI should prioritize in analysis? - How critical is real-time analysis for user engagement? - Are there any existing voice or text-to-speech integrations that need to be considered for compatibility? Best regards,
₹37,500 INR in 7 days
3.3
3.3

Groq Vision, Deepgram STT/TTS, PIL, and Gradio is a proper pipeline, not just a chat wrapper with an image upload bolted on. The main thing I'd focus on is keeping the flow predictable: image in, PIL preprocessing, Groq vision analysis, structured skin findings, then voice input/output wrapped cleanly in Gradio. I'd build it so each service is isolated enough to debug on its own, with clear fallbacks when speech, image parsing, or model responses fail. For the skin analysis side, I'd keep the output structured rather than freeform only, so the Gradio UI can show concern areas, confidence, suggested next steps, and the spoken response from the same result object. For the 63,750 INR bid, I'd split it like this: M1: Core Gradio flow, image upload, PIL preprocessing, Groq Vision request/response handling, ₹21,038, 2 days. M2: Deepgram STT/TTS integration, voice interaction flow, response formatting, ₹21,356, 2 days. M3: Error handling, UI polish, testing with sample images/audio, handover notes, ₹21,356, 2 days. I'll keep the implementation practical and readable, so you can extend prompts, swap keys, or adjust the skin-analysis fields later without pulling the whole thing apart. Do you already have the Groq and Deepgram API keys ready, or should I set it up with environment placeholders first?
₹63,750 INR in 6 days
3.0
3.0

Hello, I have hands-on experience developing AI-powered healthcare applications, including an AI Skin Specialist application that combines computer vision, Generative AI, and voice-based interaction to deliver intelligent skin analysis. For this project, I developed a system that analyzes user-provided skin images using computer vision models and AI-generated reasoning to provide personalized insights. I integrated Groq Vision for image understanding, Generative AI APIs for response generation, Deepgram for voice recognition, and text-to-speech functionality to create an interactive consultation-like experience. The application was built using Python, Gradio, PIL, and API integrations, with a focus on usability, fast response time, and an intuitive user interface. I handled the complete workflow, including image processing, AI pipeline integration, frontend interaction, and voice communication features. I can help you build a reliable AI-powered skin analysis solution with: • Computer vision-based image analysis • Generative AI integration for intelligent recommendations • Voice assistant capabilities • User-friendly AI interfaces • Secure and scalable API-based architecture I am confident in delivering a solution that combines AI accuracy with a smooth user experience. I would be happy to discuss your requirements and develop a tailored application for your project.
₹70,000 INR in 45 days
2.7
2.7

With my 9+ years in the IT industry, mobile app, and web development experience and a specialization in languages like Python , I am poised to deliver astounding results on your AI Skin Specialist project. I've had the pleasure of developing numerous visionary applications; particularly one using Generative AI & Deep Learning for image analysis, which aligns incredibly well with what you need. Combining computer vision technology with voice interaction is an area I've triumphed in these years, promising that your application will be perfectly integrated and impeccably user-friendly. What differentiates us from others is our knack for feasible and innovative solutions that deliver beyond expectations. I intend to leverage my skills in PHP and MVC and integrate them perfectly with your data processing requirements. Additionally, since I believe in quality customer service, I am prepared to provide free after-delivery support for three months — just to make sure everything falls within place even after the project concludes. In short, partnering with me means partnering with seasoned expertise that revolves around client satisfaction. Allow me to drive this project forward with a proactive approach, utmost professionalism, and timely delivery that you can count on in enhancing your AI Skin Specialist program.
₹56,250 INR in 7 days
2.1
2.1

The combination of Groq Vision for image analysis with Deepgram for voice interaction is a solid architecture choice, but the real challenge is making the AI responses clinically useful without crossing into medical advice territory. That's a line worth defining early. I'll refine the Gradio interface for smoother image upload and real-time voice flow, tighten the Groq Vision prompts so skin analysis results are structured and consistent, and wire Deepgram's STT/TTS for natural two-way conversation. One thing worth considering: Deepgram's streaming mode adds noticeable latency if you're round-tripping through Groq's API for each response. Batching the vision analysis separately from the voice loop keeps the interaction feeling responsive. 1) Are you looking to improve the existing app or rebuild parts of it with a different architecture? Best regards, Shayan
₹41,250 INR in 12 days
1.4
1.4

Your AI-powered Skin Specialist project is a perfect match for my expertise in Computer Vision, Generative AI, Python, and API integrations. I have developed AI applications that analyze images, generate intelligent insights, and provide interactive user experiences through voice-enabled interfaces. I can build or enhance your solution using Python, Groq Vision, Deepgram, Gradio, PIL, and REST APIs, ensuring accurate skin image analysis, AI-generated recommendations, real-time voice interaction, and text-to-speech functionality. I'll deliver clean, well-documented, and scalable code that is easy to maintain and extend. Please visit my profile to review my portfolio and previous AI, Computer Vision, and Generative AI projects. I'm currently offering an introductory rate for new clients while delivering production-quality development and long-term support. I'd be happy to discuss your requirements and help bring your AI Skin Specialist application to the next level. Best regards, Abdul Salam
₹38,250 INR in 7 days
1.2
1.2

Pune, India
Member since Aug 25, 2024
₹750-1250 INR / hour
$30-250 USD
£20-250 GBP
₹1500-12500 INR
₹600-1500 INR
$2000-7000 USD
$10-30 USD
$30-250 USD
₹600-1500 INR
₹100-400 INR / hour
₹12500-37500 INR
₹750-1250 INR / hour
$750-1500 USD
₹12500-37500 INR
$10-30 USD
$250-750 USD
$10-30 AUD
$250-750 USD
₹400-750 INR / hour
£250-750 GBP
₹600-1500 INR