Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

I need some serious coding help.

jtlee1281

New Coder
I was attempting to create code/a program/something that speech detects Japanese language and translates to English text on a monitor in real time through a Raspberry pi 3 using the headphone jack as the audio input. It would appear that I greatly overestimated my ability in a subject I know close to nothing about, because after 20 straight hours of not being able to make anything so much as start I was hoping I could outsource. Originally I found a speech recognition software called “Julius” on GitHub that has a “dictation kit” to recognize Japanese, I intended to use this in conjunction with translation code I found (here: http://portfolios.csusm.edu/entry/japanese-to-english-translator ). The code seemed to not be as effective as an API however I wanted the system to be self contained, not dependent on an internet connection if at all possible. And also partly on the thought that the time necessary to send and receive signals would hinder the real time aspect. If an API proved necessary I found Yandex translation (here: https://yandex.com/dev/translate/ ) instead of google translate because I was informed that after a period of time google would start to accumulate costs. Unfortunately speech recognition and subsequent translation was not as simple as I had hoped it would be to essentially plug the output of one into the input of another. In the end even my attempts to run Julius free of translation and vice versa both failed due to my ignorance in this subject. If I were to hire someone to create this, where would I be able to find them and how much is a rough estimate of the cost?
 

New Threads

Buy us a coffee!

Back
Top Bottom