Find Jobs
Hire Freelancers

Voiceclock

$250-750 USD

Cancelled
Posted 5 months ago

$250-750 USD

Paid on delivery
Voiceclock We are looking for an experienced frontend programmer to develop the Voiceclock function, to be incorporated into our Voice Waves app (for Android and iOS phones). The function must be developed in React Native and run on both platforms. Voice Waves Voice Waves, based on our AI, can identify differences in voice. To do this, it creates a digital signature of the normal voice and then compares it with voice audio sent by our customers. It can identify different types of voices with good accuracy. We discovered that there are 2.5 billion people in the world with health events that can be predicted by voice changes (asthma, some types of cancer, depression, heart attacks, stroke …). Voice Waves main function: 1) the person records their voice and sends it to the cloud; 2) our AI creates a digital signature for the voice with approximately 5 samples; 3) monitors the following audios and checks how different they are from the digital signature; 5) returns the feedback to the app (green – good; yellow – attention; red – critical); 6) Voice Wave displays the corresponding feedback on a 24-hour clock, through transparent circles (green; yellow; red). Additional functionality: 1) the customer can click on the number for any of the 24 hours and plan a next audio recording or report a health event associated with the last Voice Waves feedback (sensitive transparent circles will be placed over the free hours to receive this information ; 2) recording planning can be done once or daily; 3) in the case of planning, a brain circle will be placed over the scheduled time; 4) in the case of information about a health event, a purplecircle will be placed over the time of information; 5) when an audio is recorded, the app will notify you and a transparent circle with gray edges will be placed over the programmed time. Voiceclock – Main function The backdrop of the slide is an empty clock that shows 24 hours (see attached file: [login to view URL]). On this empty clock, in each of the 24 hours, touch-sensitive circles are positioned. On this background there will be a calendar in the upper right part and two buttons in the lower right part: Plan and Feedback (need to be constructed). An array (shared between Voice Waves and Voiceclock), called Infoclock, gives the guideline for placing the circles over the 24 hours of the clock (see attached file: [login to view URL]). When called by Voice Waves, Voiceclock must check the date of the day and place it in a variable called Diaclock. Whenever executed, it must filter Infoclock to Diaclock. Next, post Circles over the 24 numbers on the clock as indicated by Infoclock for Diaclock. Infoclock The Infoclock is an array that has 24 records (one for each hour of the day) for each Dialock date. See example below for 15/12/2023: Date Hour Circle Event 15/12/2023 1 Transparente 15/12/2023 2 Transparente 15/12/2023 3 Transparente 15/12/2023 4 Transparente 15/12/2023 5 Transparente 15/12/2023 6 Transparente 15/12/2023 7 Transparente 15/12/2023 8 Transparente 15/12/2023 9 Transparente 15/12/2023 10 Transparente 15/12/2023 11 Transparente 15/12/2023 12 Transparente 15/12/2023 13 Transparente 15/12/2023 14 Transparente 15/12/2023 15 Transparente 15/12/2023 16 Transparente 15/12/2023 17 Transparente 15/12/2023 18 Transparente 15/12/2023 19 Transparente 15/12/2023 20 Transparente 15/12/2023 21 Transparente 15/12/2023 22 Transparente 15/12/2023 23 Transparente 15/12/2023 24 Transparente Infoclock can be generated by both Voice Waves and Voiceclock whenever necessary (when Diaclock is filled with a date that does not yet exist in Infoclock). If there are records in Planclock and the active date in Voiceclock is equal to or greater than it, when generating the Infoclock, Voiceclock or Voice Waves must generate a corresponding entry (assuming that the entry corresponds to 16/12/2023 and that the active date be 17/12/2023): 17/12/2023 20 Gravar Diário See below, in the Plan function for more details. Infoclock update Infoclock will be updated by both Voice Waves and Voiceclock. BY VOICE WAVES When audio is recorded: When audio is recorded in Voice Waves, Voice Waves will place this information in Infoclock. For example, if an audio is recorded between 9 and 9:59 Voice Waves will update the record corresponding to the ninth hour in Infoclock as follows: 16/12/2023 09 Gravado When AI provides feedback to Voice Waves When Voice Waves receives AI feedback on the recorded audio, Voiceclock will receive this indication. Voice Waves will place this information in Infoclock, in the form below (example for AI feedback for audio recorded at 9 am on 16/12/2023: 16/12/2023 09 FeedIAverde Or 16/12/2023 09 FeedIAamarelo Or 16/12/2023 09 FeedIAvermelho BY VOICECLOCK Feedback function The default button, of the two lower buttons, will be Feedback. If you want to plan a recording time, the Plan button must be tapped. If any transparent circle is touched, with the Feedback button active, Voiceclock should display a list, from the contents of the Feedclock array, so that one of the options can be chosen. At the beginning of the list there will be a `+` option that will allow you to enter feedback that does not yet exist. The initial contents of the Feedclock array are as follows: Descrição + Asma Autismo Bebida Cansaço Depressão Droga Gripe Hipertensão Mania The chosen option must be placed in the Infoclock Event field as shown below: 16/12/2023 17 Feedback Asma When the purple circle for a certain time is touched, the reported Event will appear floating. Plan function If any transparent circle is touched, with the Plan button active, a list with the following content will be shown: Uma vez (Once) Diário (Daily) When the `Uma vez` option is tapped, an entry will be generated in the array for the chosen time as follows: 16/12/2023 20 Gravar (record) Uma vez When the `Diário` option is tapped, an entry will be generated in the array for the chosen time as follows: 16/12/2023 20 Gravar Diário Additionally, it will be recorded in an array, called Planclock, as follows: Tipo (Type) Data de início (Begin date) Hora (Hour) Diário 16/12/2023 20 When there are records in Planclock If there are records in Planclock and the active date in Voiceclock is equal to or greater than it, when generating the Infoclock, Voiceclock or Voice Waves must generate a corresponding entry (assuming that the entry corresponds to 16/12/2023 and that the active date be 17/12/2023): 17/12/2023 20 Gravar Diário CLOCK DISPLAY Whenever Voiceclock is executed, it will display the clock and place transparent circles over its 24 hours according to the indications present in Infoclock, for the date present in Diaclock. The circles are associated with their codes and they are all touch sensitive (see files): Transparente – Transparent circle; Planejado – Gray Circle – file `Círculo [login to view URL]` – hexadecimal color code: B5B5B5 (opacity 40%); Gravado – Transparent circle with gray border - file `Contorno do Cí[login to view URL]` – hexadecimal color code: 1D1D1B (opacity 40%); FeedIAverde – Green circle - file `Círculo [login to view URL]` – hexadecimal color code: 7FFFA5 (opacity 40%); FeedIAamarelo – Yellow circle – file `Círculo [login to view URL]` – hexadecimal color code: F5FF74 (opacity 40%); FeedIAredmelho – Red circle – file ` Círculo [login to view URL]’ – hexadecimal color code: FF7E5F (opacity 40%); Feedback – Purple circle – file `Círculo [login to view URL]` – hexadecimal color code: FF85FF (opacity 40%); All circles are transparent (opacity 40%), sensitive to touch and must leave the clock numbers visible. CALENDAR FUNCTION When the calendar is tapped, it should be expanded so that a new date can be chosen. In this case, Diaclock must be updated with this date and Voiceclock reset with it.
Project ID: 37566216

About the project

63 proposals
Remote project
Active 5 mos ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hello there! I'm Ioannis and I understand that you're looking for an experienced frontend programmer to develop the Voiceclock function for your Voice Waves app (for Android and iOS phones). I have experience in HTML 5, CSS 3, JavaScript, Typescript, Python and Chat GPT which will be useful when developing the Voiceclock function. I pride myself on creating functional and attractive interfaces for web pages including ensuring they are equally functional and attractive on mobile. My work is about quality but I also have an eye for deadlines - I can work quickly and intelligently so that we can meet deadlines while maintaining high standards of quality. If you're stuck and looking for a solution please don't hesitate to reach out to me directly!
$500 USD in 7 days
3.2 (1 review)
2.6
2.6
63 freelancers are bidding on average $610 USD for this job
User Avatar
Hi, I'll provide you solution for **AI POWERED: VOICECLOCK APP** that allows users to monitor and analyze their voice recordings over a 24-hour clock, with color-coded feedback for easy interpretation using "React Native" with FEATURES: ~ Record Voice ~ Send Voice to Cloud ~ AI Creates Digital Signature (Approximately 5 Samples) ~ Monitoring of Following Audios ~ Comparison with Digital Signature ~ Feedback Display (Green – Good; Yellow – Attention; Red – Critical) ~ Voice Wave Display on 24-Hour Clock with Transparent Circles ~ Click on Number for Any of the 24 Hours ~ Plan Next Audio Recording ~ Report Health Event Associated with Last Voice Waves Feedback ~ Sensitive Transparent Circles for Health Events ~ Brain Circle for Scheduled Recording Time ~ Purple Circle for Health Event Information ~ Gray-Edged Transparent Circle for Recorded Audio Notification... >> and with Admin: ~ Voice Signature Management ~ Monitoring of Voice Recordings ~ Feedback Analysis ~ Notification to User ~ Voice Wave Analysis and Display ~ Transparent Circle Management ~ Receive Planned Recording Information ~ Receive Health Event Information ~ Manage Brain Circles (Scheduled Recording) ~ Manage Purple Circles (Health Event) ~ Manage Gray-Edged Transparent Circles (Recorded Audio Notification)... >> INITIATE CHAT so we can discuss on TECH ASPECTS of the project and can finalize it Awaiting for your response Regards Shweta
$1,400 USD in 20 days
4.9 (69 reviews)
8.6
8.6
User Avatar
Hello!! Voiceclock function for your Voice Waves App I read your requirements carefully and understood very well about the project scope and started working accordingly in stages. Voice Waves main function: 1) the person records their voice and sends it to the cloud; 2) our AI creates a digital signature for the voice with approximately 5 samples; 3) monitors the following audios and checks how different they are from the digital signature; 5) returns the feedback to the app (green – good; yellow – attention; red – critical); 6) Voice Wave displays the corresponding feedback on a 24-hour clock, through transparent circles (green; yellow; red). I've read over your requirements and understand that you're seeking for a highly talented, qualified, and experienced (Android, iPhone/iPad) React Native Mobile App developer with development API web services so that the app may be managed by the backend development team for your project. *** Technology **** ➥ 1:-Mobile App:-Native and Hybrid application, React Native, Flutter App Android Java/Kotlin, iOS Objective C /Swift/Swift UI. ➥ 2:-Admin /API:- Laravel MVC structure, React js, Node.js PHP, Angular, WordPress, MySQL, and MongoDB. I would tackle your project by beginning with wireframes and working through the UI/UX design process before moving on to the real development stage. I'd like to discuss your project requirements further, so please message me through the freelancer chat room. Thanks & regards Julian
$2,500 USD in 30 days
4.7 (107 reviews)
8.1
8.1
User Avatar
Hello, I have gone through your job description We are excited about the prospect of developing the Voiceclock function for your Voice Waves app. Our expertise in React Native ensures a seamless integration on both Android and iOS platforms. We have a team of 65+ IT professionals who have more than 10 years of experience with latest technologies for Mobile Apps development, customization and integration of APIs. We are highly skilled with Native and Hybrid both the platforms in which we have expertise with Java, Swift, Kotlin, Objective-C, React Native and Flutter so, we can do your desired project perfectly. We would like to start discussions about this project immediately. Looking forward for more details Thank you Helena
$750 USD in 50 days
4.6 (25 reviews)
7.7
7.7
User Avatar
Hi There! You are looking for an experienced frontend programmer to develop the VoiceClock function, to be incorporated into your Voice Waves App (for Android and iOS phones). The function must be developed in React Native and run on both platforms, I have seen the project description carefully also saw the attachments send me a message for more discussion. As per your project need, I can build your project more efficient with my knowledge and experience. I'm looking to work with you and I'm very sure that you'll feel great to work with me. Along with your project requirement, I'll provide you clean source code with free bug fixing and maintenance. I Have 7+ years of work experience in web and mobile Apps development. I have worked on so many projects like Real Estate, Grocery, Classifieds, Instagram Clone, Taxi, Delivery, food delivery, Inventory Management, Reward, Social Media, On-demand Services provider, Nutrition, school management, Pos, E-commerce, Event booking, etc. I am fully dedicated to doing my work very efficient and less time-consuming. "Looking forward to your positive response please open your chat window to more details" Thanks. regard, Christina
$300 USD in 10 days
4.9 (82 reviews)
7.4
7.4
User Avatar
Greetings, I am thrilled at the prospect of contributing to the development of the Voiceclock function for your innovative Voice Waves app. With expertise in React Native and multi-platform app development, I am well-positioned to bring your vision to life on both Android and iOS. Understanding the criticality of the Voice Waves app's functionality in predicting health events through voice analysis, I am committed to implementing the Voiceclock function seamlessly. The incorporation of touch-sensitive circles, feedback mechanisms, and integration with Infoclock will be executed with precision. My experience in creating interactive and user-friendly interfaces aligns with the requirements of this project. I look forward to the opportunity to collaborate and enhance the capabilities of Voice Waves. Best regards, Ahsan
$500 USD in 7 days
5.0 (11 reviews)
5.7
5.7
User Avatar
Dear Client, I am writing in response to your job posting for a senior React Native developer for your voice clock Application . I am experienced in both R native and Laravel, and I believe I am the perfect fit for your requirements. so feel free to chat thanks
$250 USD in 7 days
4.6 (49 reviews)
6.4
6.4
User Avatar
Hi! How are you doing? I have read the project description and really interested in this job, I have 4 years’ experience doing similar jobs regarding to these skills Mobile App Development, Android App Development, iOS Development, React Native and App Design. Please start the chat, I have some questions about this task so we can have detailed discussion about project. Thanks! Umair
$750 USD in 7 days
5.0 (4 reviews)
4.7
4.7
User Avatar
Hi there. I am a mobile application developer with 10 years of experience, I read your description carfully and I can develop your applicaion with high quality, please send me a message for more discuss. with the best regards
$291 USD in 6 days
5.0 (5 reviews)
4.2
4.2
User Avatar
Hello, I'm a Full-time Available Mobile App Developer..........!!!!!!!!!!!!! You are looking for a { Develop the Voiceclock Function } Application built in React Native and runs on both platforms. I carefully read your project post and understand it very well. I would be interested in completing your project. I will include all functions following:- * Voiceclock – Main function * Voice Waves * Feedback function * clock display * calendar function I have 7+ years of experience in mobile App Development with both platform Android and iOS. I am confident I can Deliver high-quality applications as per your requirements. My expertise includes Mobile App Development, UI/UX Design, and integrating APIs. I will provide you with a high-quality Design with a User-friendly Interface. Please don't hesitate to ask specific questions or to provide more information regarding this project; I'll try to be of aid and direction. let's come on chat and discuss more details regarding this project. I am looking forward to working with you, Thank You! Shipra.
$255 USD in 15 days
4.4 (3 reviews)
4.9
4.9
User Avatar
Hello there, I will develop your VOICE CLOCK FUNCTION BASED iOS/Android mobile APP with the features as per your requirements. I would like to discuss.. CAN WE?? I have 5 years of experience in iOS/Android app development field with 100% client satisfaction. Looking forward to your swift response to discuss about project. Best regards, Jagdeep
$1,500 USD in 35 days
5.0 (5 reviews)
4.1
4.1
User Avatar
Hello there! My name is Amna and I am a highly experienced freelancer with over ten years of experience in the field of writing. I understand that you are looking for an experienced frontend programmer to develop the Voiceclock function into your Voice Waves app for Android and iOS phones. I believe that my skills, experience and knowledge make me the best fit for this job. With my assistance, you can expect quality assurance and consistency in writing as well as constant communication during the project development process. Additionally, I offer prompt delivery of services so that you don't have to worry about missing any deadline. I am confident that my services would be a perfect fit for your needs. If you would like to discuss further please feel free to reach out to me directly so we can start planning our timeline together!
$500 USD in 7 days
5.0 (2 reviews)
4.1
4.1
User Avatar
I am an experienced mobile developer eager to contribute to the development of the Voiceclock feature for your Voice Waves app. Proficient in React Native and equipped with a strong background in creating sophisticated functionalities, I am confident in meeting the outlined requirements. My expertise includes developing touch-sensitive interfaces, incorporating audio processing functionalities, and seamlessly integrating React Native components for cross-platform compatibility on Android and iOS. I understand the criticality of accurately implementing the Voiceclock function to visualize and interact with data. I am committed to delivering a seamless user experience, ensuring transparent circles, and maintaining a responsive interface for efficient user interaction. My proficiency in handling data arrays and updating UI elements aligns with your project needs. I look forward to the opportunity to contribute to the success of Voice Waves through the implementation of the Voiceclock function. Best regards Mehul
$500 USD in 7 days
4.9 (2 reviews)
4.0
4.0
User Avatar
Greetings Eduardo, How are you. I hope this message finds you well. My Name is Them. I am thrilled to learn about your project and I am confident that I can help you with my skills such as mobile app development, app design, ios development, react native, android app development. I am well-equipped to handle the development of your requirements and have a strong proficiency in mobile app development, app design, ios development, react native, android app development. I am confident that I can exceed your expectations and deliver on time. I am available to work remotely and can start immediately. I look forward to discussing the project details further with you and bringing your vision to life. Thank you for considering my bid. With regards Them.
$500 USD in 7 days
5.0 (2 reviews)
3.6
3.6
User Avatar
Yes I have read your project and understood requirements but have some doubts. please message me so we can discuss in detail. i am ready to start work.
$500 USD in 7 days
4.6 (3 reviews)
3.6
3.6
User Avatar
Hi There! You are looking for an experienced frontend programmer to develop the Voiceclock function, to be incorporated into our Voice Waves app (for Android and iOS phones) in React Native and run on both platforms. I have seen the project description carefully and also saw the attachments but have a few questions that need to be clear. Please let me know if we can discuss the requirement over chat. I am a senior mobile app developer having 6+ years of experience in services for "iOS& Android & Web app development" Technical Skills: 1. Mobile App Development: - Proficiency in native app development for Android & iOS using Java, Kotlin and Swift, Objective-C. - Expertise in Cross/Hybrid Platform app development for Android & IOS using Flutter & React Native. 2. User Interface (UI) and User Experience (UX) Design 3. RESTful APIs and Backend Integration: 4. Database Management: 5. Mobile App Testing and Debugging EVERYTHING AS YOU ARE PLANNING I WILL EXECUTE AND After the app has been developed and published in the store, I will provide you with good support and free maintenance service for 12 months. Awaiting your positive response. Thanks. regard, Urvashi
$333 USD in 30 days
5.0 (1 review)
2.9
2.9
User Avatar
Hello there! My name is Koutarou, and I am a well-qualified Full Stack Developer with over 5 years of related experience. I specialize in developing applications for Android and iOS, as well as React Native. I understand you are looking for an experienced frontend programmer to develop the Voiceclock function for your Voice Waves app. This must be developed in React Native and run on both platforms. I believe that my skillset and experiences make me the perfect fit for this project. With my background in Full Stack Development and wide range of programming utilities and languages, I am confident that I can deliver a high quality product quickly and efficiently. Additionally, my availability is 6 days a week, 8+ hours a day for work, 12+ hours a day for communication which makes me particularly suited for this project I would love the opportunity to discuss further how my skillset can benefit your project please feel free to reach out if you have any questions or would like to discuss further. Best regards
$500 USD in 7 days
5.0 (2 reviews)
2.6
2.6
User Avatar
Hello, to use the Voice Waves app on both Android and iOS phones, you need to download the app developed in React Native. I have 6 years of experience in web app development and specialize in React Native for Android and iOS. I am committed to providing my best efforts to ensure timely completion of your project. Additionally, I will provide you with one year of support after the project is completed. Please connect with me through the chat box for further discussion Thanks Sushma
$350 USD in 15 days
5.0 (1 review)
2.6
2.6
User Avatar
Hi, Hoping you doing well. I'm glad to submit my proposal for your project. I have 6 years of experience with developing Mobile application. As a full stack developer, I'm good at various programming languages and frameworks including React-native and Flutter. I have extensive experience in designing, developing and testing Mobile applications. I'm available to start working immediately and l would love to discuss about detail for project including price and timeline. If you have any questions please contact to me. Thanks for considering my proposal.
$500 USD in 7 days
5.0 (1 review)
2.4
2.4
User Avatar
Hey , The details are bit confusing and seems not clear , I have few doubts which need to be addressed ...... . Python: Deep understanding of Python and libraries like Pandas, Numpy, Scipy, Plotly, scikit, re, poetry etc . Frameworks: FastAPI, Flask, Django, Jinja and Mako . Databases: MySQL, Redis, DynamoDB, Postgres, Oracle, MongoDB . Async Communications: CQRS, Kafka, Redis, Celery, RabbitMQ, MQTT . Source Code Management: Git, GitLab, Bit-bucket, SVN . Project Management: Jira, Bugzilla, Trello & Asana . Web Servers: Apache Tomcat, Apache Http, Nginx . CI/CD: Jenkins, CircleCI, GoCD, ArgoCD
$758 USD in 7 days
5.0 (1 review)
0.8
0.8
User Avatar
Hi, Hope you are doing great today. > Please read it carefully, this is not a generic proposal < I noticed that you are seeking a Voiceclock. I would like to take this opportunity to share with you that I possess a variety of Mobile App Development, App Design, iOS Development, React Native, Android App Development and have completed numerous projects throughout my career. I am confident that I can deliver the results you need for your project with the same level of professionalism and expertise. Please keep in mind that I am available to discuss the details of the project with you at any time through chat. Additionally, you can view my profiles to get to know the skills and expertise I possess https://www.freelancer.com/u/rannasteve As part of my commitment to delivering high-quality work, I will assign a dedicated Project Manager to your project to provide daily progress reports. You can also count on 24-hour chat support, so time differences won't be an issue. I will ensure that the project is completed within the timeline that we mutually agreed upon before the start of the project. Finally, I offer a one-month maintenance period after the project is completed. I look forward to hearing back from you and discussing how we can work together to bring your project to life. Best regards, Steven
$500 USD in 7 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of BRAZIL
Louveira, Brazil
5.0
1
Payment method verified
Member since Nov 13, 2023

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.