-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install steps not clear #6
Comments
Hey there @Phizicks thank you for your feedback on this, I can see where the problem is. I am currently working with a locally created model which is hardcoded. Having that added to an env file would be ideal, thanks for pointing this out between. should have a fix for this by this evening. If I don’t could you please ping me again on here? Might be caught up and forget to push a fix real quick… |
I'm actually trying to find how I can use jarvis's voice directly. I have my own which uses lists of regex matches so you can ask something in multiple ways for it to recognise the intent. I also have a working tts for linux but it's not using jarvis voice, yet. so any tips on main parts for it to work would be great. |
you can use the default system's tts, at the moment I use elevenlab's tts, with a clone of the Jarvis voice I made. but if you wanna have it working with the local tts you can always update the in the file, you can comment out the second |
@Phizicks I am done with the tweak I mentioned earlier, pushing the fix shortly:) |
hey @Phizicks could you please pull and try again, this should work just fine now. Please let me know:) |
I'm still having to modify this code to work on my ubuntu linux. missing opencv module 'opencv-python==4.9.0.80' which I added to requirements.txt but also I think my elevenlabs module being latest, has changes which don't reflect on elevenlabs website, bit weird. now I seem to run into issues regarding the call to generate() with error
which is triggered on |
yeah, I just checked and unfortunately I need to connect my strip account to be able to share the clone I did on elevenlabs Voice Library. For that I need a business address etc in a strip supported country. which I do not have at the moment. apologies. you can always use other voices:) and I will start working in-depth on the TTS engine when I am done with significant features. |
@Phizicks could you manage to get the code running none the less? |
Where did you get the Jarvis audio you cloned your's from @FotieMConstant Open voice v2 is out. I already got something that sounds like Jarvis but I think a better audio for the reference would produce better results. |
that's amazing @brainiakk, perhaps you could help by contributing on the TTS module, the objective is to have it work 100% offline. I am currently caught up with model training, dataset collection etc. giving less time to focus on other things... essentially working on making the model more Jarvis like and reduce hallucinations. regarding the voice dataset, after doing some in-depth scrapping on the web I collided and added the voice dataset to kaggle. here: https://www.kaggle.com/datasets/fotiemconstant/jarvis-dataset |
the code runs but just the TTS is failing. This code cannot run offline until the voice recognition is changed as it uses google anyway, I give up on this for now. |
@Phizicks Does it work fine with internet connectivity? also if you noticed I am currently doing my best to integrate whisper. So everything speech to text works offline, but it might take some time as I have a lot on the table at the moment. Thanks for the feedback by the way! |
@Phizicks regarding the TTS, could you provide me with the error log you are getting? |
Thanks @FotieMConstant |
I also had to add an exception for the timeouts waiting for instructions
|
From the above I can see you are having issues with the elevenlabs voice id, could you replace the “ xFjhlCVIoEAjDeZpAmFe” with a voice from the elevenlabs voice library: https://elevenlabs.io/app/voice-library might need to create an account |
ollama run fotiecodes/jarvis
runs fine and can chat to jarvis but when callingollama run jarvis:latest
this doesn't work.when running this projects code, it fails finding jarvis:latest
which is strange because this worked fine
so it's clearly there, just not finding it.
The text was updated successfully, but these errors were encountered: