
In Progress
Posted
Paid on delivery
I’m building a native Android app that can sit quietly in the background, wake up to capture the surrounding audio, and automatically start recording whenever speech is detected. The goal is to pinpoint moments when caregivers mention the patient’s name (Marce, Marcelo) together with words that suggest a diaper change—pañal, pis, orina, caca, “¿te cambio?”, “te vengo a cambiar”, and any future phrases I add or are suggested by the app to improve detection. Core workflow • When speech appears, the snippet is recorded, run through on-device or cloud Speech-to-Text, and scanned for my keyword list. • Each hit logs a timestamped event so I can know how often, and at what times, the diaper was changed. • Audio files and full transcriptions are saved locally; I can review them, search them by keyword, or delete them. • A lightweight, fake login screen gates the app, but no real auth is needed. • Inside the app I need an editable “Target Words” screen where I can add, remove, or tweak keywords on the fly and immediately improve detection accuracy. • Finally, a simple analytics page should graph frequency by hour, day, and overall totals so patterns jump out at a glance. I’ve jotted extra thoughts here: [login to view URL] Acceptance criteria 1. Native Android code (Kotlin or Java) that compiles in Android Studio. 2. Periodic audio polling with low battery impact. 3. Keyword list fully editable in-app and persisted between sessions. 4. Accurate Speech-to-Text transcription shown alongside each recording. 5. Search box filters transcriptions in real time. 6. Analytics view correctly counts and charts diaper-change events. 7. APK and full source delivered, cleanly documented. If Google ML Kit, Android SpeechRecognizer, or any other library is required, please state it; I’m open to whatever yields reliable detection on recent Android devices.
Project ID: 40623822
84 proposals
Remote project
Active 6 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
84 freelancers are bidding on average $474 USD for this job

Hello, i have worked on SpeedRecognizer API couple ot years ago and i know all how to handle keywords. i have couple of quries about the project. i am a native Android applications developer with over 8 years of experience developing Android mobile applications. I have completed more than 525 projects. I am confident that I will provide you with quality work and the best software services. Let's chat to proceed
$2,500 USD in 30 days
8.9
8.9

Hey, I’ve carefully reviewed your project, and I understand you’re looking to build a native Android application that captures speech events, transcribes audio, detects customizable keywords, and presents meaningful analytics through a simple, efficient workflow. I can help develop a well-structured solution with a strong focus on performance, accuracy, and maintainability. I will build the background recording workflow, integrate reliable Speech-to-Text, create an editable keyword management system with persistent storage, and develop searchable transcripts with clear analytics and event tracking. The application will be fully documented, optimized for recent Android devices, and delivered with clean, maintainable source code. I have hands-on experience with similar Android and speech-processing projects and would be happy to share relevant examples during our discussion. One quick question: Should speech processing run entirely on-device for privacy, or are you comfortable using a cloud Speech-to-Text service to improve transcription accuracy? Portfolio: https://www.freelancer.com/u/Hammadhassan21 Best Regards, Hammad Hassan
$400 USD in 12 days
7.2
7.2

Hi, I reviewed your native Android App: Audio Tracker requirement: background audio capture that starts recording on speech, converts it to Speech-to-Text, then matches caregiver name + diaper-change keywords with timestamped event logs. I’ll implement the Android SDK workflow with periodic audio polling to keep battery impact low, use on-device Speech Recognition for transcription, and scan results against an in-app editable “Target Words” list persisted between sessions. Each recording will save the audio and full transcription locally, with a real-time search box to filter transcripts by keyword. For analytics, I’ll build a lightweight dashboard that graphs event frequency by hour and day and totals, so patterns are clear. I’ll keep the code clean, documented, and easy to manage, Let’s discuss here now.
$250 USD in 30 days
7.0
7.0

Understanding the need for a reliable audio tracking app, our team is prepared to develop a native Android solution that seamlessly records caregiver conversations and tracks diaper-change mentions. This will enable you to gather vital data for better caregiving insights. We will focus on implementing periodic audio polling with minimal battery drain and ensure the keyword list is fully editable within the app. Our approach includes using Google ML Kit for accurate Speech-to-Text transcription, which will be displayed alongside each recording for easy reference. Our expertise in Kotlin and Java, combined with a commitment to communication, quality, and on-time delivery, ensures a smooth development process. If you'd like, I can also share similar work we've completed and discuss the best approach for your project. Regards, JP
$400 USD in 7 days
6.8
6.8

I propose using Google ML Kit for speech-to-text conversion and Android SpeechRecognizer for speech detection. The app will include a user-friendly interface for managing keywords, search functionality for quick access to transcriptions, and an analytics page for tracking diaper-change events. Data will be securely stored on the device, following privacy regulations. I will provide clean code documentation, APK, and source code for full control. Let's discuss timelines, scalability, and any other features you'd like to add.
$675 USD in 5 days
6.8
6.8

Hi, I see your need for a quiet app that detects speech and keywords for caregiver moments. I thought about how some projects, like the Labop freelancer marketplace, handle real-time data and user edits easily. I'll create a flexible way to edit and save keywords instantly, make the speech recognition work smoothly, and build the analytics to show patterns clearly. Do you have a favorite way you want to see the progress, like specific test ways? Let's chat about your plans and build something great together. Regards, Nick.
$250 USD in 3 days
6.6
6.6

Hello, Having successfully completed 493 projects with a 5-star rating and 97% completion rate, my team and I are more than capable of creating the Audio Tracker you envision. As seasoned Android developers, we're well-versed in Kotlin, Java and using Android Studio, offering you native app functionality that is efficient and reliable--and better yet, tailored to your current technology stack. Our mobile app development skills aren't just limited to coding; we value clear communication from scope to delivery, serving our clients the best way possible. We'll listen attentively to all your requirements and make practical recommendations when necessary. Offering speedy responses for urgent solutions, we have a track record of delivering bug-free projects in an optimum timeframe without compromising quality. For the specific functionalities like periodic audio polling with low battery impact, real-time keyword list editing, Search box filtering transcriptions and accurate Speech-to-Text transcriptions shown alongside each recording - skills we excel at like no other. Moreover, given our history of providing meticulous documentation along with our final delivered product will ensure that your whole team can easily manage and maintain the project even after delivery. Trust the expertise that's trusted across hundreds of clients. Thanks!
$350 USD in 4 days
6.2
6.2

Hello, this is really an audio monitoring and event-detection system packaged as a native Android app, and the hard part is not the UI but making background capture reliable on recent Android devices. The real engineering risk is balancing speech-triggered recording accuracy against Android background execution limits, battery impact, and false positives from short or noisy utterances. I’ve built several production systems around streaming audio, transcription, and event extraction, so I’d approach this as a detection pipeline rather than a simple recorder. The closest match is AI Translator Plugin, where I designed low-latency audio chunking and speech processing flows. Dent-Cloud is also relevant on the analytics side because the event model matters if you want hourly and daily counts to stay trustworthy. I usually structure this into separate layers: background capture and voice activity detection, transcription and phrase matching, then local persistence/search/analytics. For Android, Kotlin is the right path, with careful handling of snippet windows, phrase proximity rules, and editable keyword normalization for Spanish variants. I’d also put confidence thresholds around event creation so the app does not overcount weak matches, and keep raw transcript plus matched phrase metadata for review. If useful, I can sketch the detection pipeline and event model before implementation. Clifton
$500 USD in 7 days
5.6
5.6

As a seasoned Full-Stack Mobile Developer with over five years in the field, I strongly believe my depth of experience and technical prowess make me the ideal candidate for your Android project. My thorough proficiency in native Android development, especially with Kotlin, Java, and Android Studio is perfectly aligned to help develop and deploy your app. Furthermore, my robust understanding of Google ML Kit and SpeechRecognizer have proven invaluable when it comes to similar transcription tasks. Additionally, my mastery of on-device low-power audio polling and my ability to integrate backend architecture that is scalable and efficient will ensure your app operates smoothly while not negatively impacting battery life. Moreover, as you require a lightweight login feature and an editable Target Words screen for quick updates to keyword recognition, I can adeptly handle these tasks using Kotlin or Java for a native Android experience.
$500 USD in 7 days
6.2
6.2

✋ Hi There!!! ✋ THE PROJECT GOAL: DEVELOP A NATIVE ANDROID AUDIO TRACKING APP WITH SPEECH DETECTION, KEYWORD ANALYSIS, EVENT LOGGING, AND USABLE INSIGHTS. 1. Build Kotlin or Java Android app with background audio processing and Speech-to-Text integration. 2. Create editable target words, transcription search, and saved recording management. 3. Implement keyword detection with timestamped event tracking and analytics charts. 4. Optimize battery usage while maintaining reliable speech recognition performance. 5. Deliver documented source code, APK, and Android Studio compatible project. <-- Questions --> 1. Which Speech-to-Text approach is preferred, on-device processing or cloud based service? 2. What Android versions and device models should be prioritized for testing? Similar Android audio tools, speech recognition apps, keyword detection systems, analytics dashboards, and mobile data tracking solutions have been successfully completed. Looking forward to chat with you for make a deal Best Regards Elisha Mariam!
$250 USD in 7 days
5.1
5.1

Hi! This is a fascinating project—a clever blend of background audio processing, on-device AI, and practical data visualization to solve a real-world caregiving challenge. A key decision is the Speech-to-Text (STT) engine. On-device solutions offer excellent privacy and no running costs, but cloud-based APIs might provide higher accuracy, especially for Spanish. Have you considered this trade-off regarding privacy and potential API costs? My approach would be a native Android app in Kotlin, using WorkManager for battery-efficient background polling. I'll implement a Voice Activity Detection (VAD) algorithm to record only during speech, use Android's built-in STT for privacy (or integrate a cloud API if you prefer), and persist all data locally using the Room database. The UI, including the keyword editor and analytics, would be built with Jetpack Compose. The low battery impact you require is the trickiest piece, but the WorkManager/VAD approach is designed for this. The in-app editable keyword list is a straightforward but powerful feature that ensures the app's accuracy can be refined by you over time. Philip O.
$250 USD in 7 days
4.7
4.7

Hi, I can help you build this native Android application with a reliable speech detection and keyword monitoring workflow. I understand the goal is to capture relevant caregiver interactions, convert speech into searchable text, detect target phrases, and provide clear analytics. I can develop the app in Kotlin with: • Background audio processing optimized for battery usage • Speech-to-text integration using Android SpeechRecognizer / ML Kit or suitable APIs • Editable target word management with local persistence • Timestamped event tracking with recordings and transcripts • Searchable history and analytics dashboard with daily/hourly insights • Clean Android Studio project, APK, documentation, and handover support I will also ensure the app follows Android permissions and privacy requirements for audio recording and data handling. I’m available to discuss your workflow, technical approach, and start planning the implementation.
$250 USD in 7 days
4.8
4.8

With experience in Android app development and speech-to-text integration, I understand your need for an app that captures caregiver conversations related to diaper changes. Could you share more about the preferred method of cloud storage for audio files and transcriptions? Regards, Yogesh Kumar
$370 USD in 9 days
4.5
4.5

Hello, I appreciate the opportunity to bid on your project for developing a native Android app to assist caregivers. Your goal of capturing crucial audio moments and tracking diaper change discussions is both innovative and impactful. With over five years of experience in Android app development using Kotlin and Java, I have successfully built applications that incorporate real-time audio processing and speech recognition. I am proficient in using Google ML Kit and Android SpeechRecognizer, which will be essential for achieving accurate speech detection and transcription in your app. To ensure your project meets all requirements, I propose the following approach: - Develop a background service that monitors audio and triggers recording when relevant speech is detected. - Implement on-device Speech-to-Text capabilities to ensure efficient and accurate keyword recognition. - Create an intuitive user interface for managing the keyword list and analytics, allowing you to customize detection parameters easily. - Ensure that audio files, transcriptions, and analytics are stored locally and accessible through a user-friendly interface. I am eager to start this project and confident in delivering a high-quality app that meets your needs. Please feel free to reach out to discuss any details further.
$250 USD in 7 days
4.8
4.8

As the lead developer of Fourge, an experienced and versatile team offering top-notch services in Full-Stack Web Development, Mobile App Development (iOS, Android & Cross-Platform), and AI & Machine Learning Solutions, we have all the expertise required to execute your project proficiently from start to finish. Our experience in Android programming, especially with Kotlin, makes us your ideal partners for this project. Moreover, our skills go beyond app development; we're also adept at integrating Google ML Kit, Android SpeechRecognizer, as well as other libraries into mobile apps when required. This allows us to optimize performance and ensure reliable audio detection, transcription accuracy, and real-time filtering of recordings using your specified keywords. With our full-stack capabilities in software engineering and AI/ML integration just to mention a few; we guarantee clean documentation, delivery of both APK and full source code on time, all while keeping you involved in every step of the project. Let’s make thisproject a success!
$500 USD in 7 days
4.2
4.2

Good to see this project, We will build your native Android app in Kotlin: background audio polling, speech detection, keyword matching, event logging, and analytics charting. For low battery impact, we will use a foreground service with periodic wake cycles instead of continuous recording. Audio capture triggers only when voice activity is detected, then passes through on-device SpeechRecognizer for transcription. Keyword hits get logged with timestamps and stored in a local Room database for fast filtering. A couple of quick things to confirm: 1) What minimum Android version should we target (API 26+, or older)? 2) Should analytics data export to CSV or PDF, or is in-app viewing sufficient? The number quoted here is a starting estimate. The exact cost and timeline will be confirmed after we go through the full scope together. Looking forward to your response. Best regards, Faizan
$281 USD in 10 days
2.9
2.9

Hi there. This is an interesting project. Before anything else, one area I'd pay particularly close attention to is the audio recording reliability in varying environments, as this often determines whether projects like this succeed or run into problems later. Creating a native Android app that captures speech and processes it efficiently is crucial. The editable “Target Words” feature will enhance accuracy, and I’ll ensure the Speech-to-Text functionality is both accurate and efficient, utilizing libraries like Google ML Kit for optimal performance. A practical consideration is managing background processing to minimize battery impact while maintaining consistent audio polling. What specific audio quality or environment do you anticipate for optimal results? Looking forward to engaging. Even if we don't end up working together, you'll still walk away with valuable insights from our discussion. Regards, Riyaaz
$350 USD in 7 days
3.0
3.0

Hello, After reviewing your requirements, I understand that you need a native Android application that continuously monitors for speech with minimal battery usage, transcribes relevant audio, detects configurable keywords, and provides searchable records with clear analytics. I have experience with Android SDK, Kotlin, background services, speech recognition, local data storage, and audio processing. My approach would be to use a foreground service with Android's audio APIs, Google ML Kit or SpeechRecognizer (and cloud STT as an optional fallback), then store recordings, transcriptions, timestamps, and keyword matches in a local database. To improve reliability, I would implement fuzzy keyword matching, phrase grouping, confidence scoring, and optional suggestions for frequently occurring phrases. The analytics dashboard will display hourly, daily, and overall event counts, while the search screen will filter recordings and transcriptions in real time. I have two quick questions: • Will the app run on a dedicated Android device, or does it need to support multiple phone models? • Do you prefer all speech processing to remain on-device for privacy, or is cloud Speech-to-Text acceptable when it improves accuracy? I am available to start immediately and can first deliver a working prototype covering background recording, speech detection, transcription, and keyword matching before completing the analytics features. Best regards, Carlos
$500 USD in 14 days
3.0
3.0

**DO NOT PAY ME UNTIL I COMPLETE! :)** Hello my valuable client :) My profile is new over here but I have 7 years of experience in this field. I have completely understood about your project. Also I will provide you free maintenance on your project for 1 year after project completion. I can definitely complete this in your timeframe. Give me one chance to prove myself. Hit the chat button to get started. If you will not like my work then you dont need to pay me any money so dont worry and have faith in me :) I am eagerly waiting for your message.
$550 USD in 7 days
2.6
2.6

Hi, I carefully reviewed your project requirements and understand exactly what you’re looking to achieve. I have hands-on experience building native Android apps with background audio processing, speech detection, and Speech-to-Text, focusing on clean code, low battery impact, and smooth delivery. Here’s how I would handle this project: - Fully understand your keyword list, workflow, and analytics needs - Deliver a clean Kotlin app with editable target words, accurate STT, local storage, and charts - Keep you updated with progress notes so you can review early - Make any adjustments based on your feedback before final APK and source delivery I’m confident I can deliver the quality you’re looking for. Feel free to check my profile for relevant examples of my past work. Looking forward to collaborating with you. Best regards, Sara
$255 USD in 4 days
2.0
2.0

Villa Allende, Argentina
Payment method verified
Member since Oct 25, 2017
$30-250 USD
$450-4000 USD
$30 USD
$10-30 USD
$10-30 USD
₹1500-12500 INR
₹12500-37500 INR
₹600-1500 INR
₹400-750 INR / hour
$750-1500 USD
$1500-3000 USD
₹12500-37500 INR
$750-1500 USD
₹1500-12500 INR
₹600-1500 INR
$250-750 USD
$250-750 USD
₹1500-12500 INR
$2-8 USD / hour
$30-250 USD
$15-25 USD / hour
₹600-1500 INR
€30-250 EUR
₹12500-37500 INR
₹750-1250 INR / hour