-
-
Notifications
You must be signed in to change notification settings - Fork 246
-
This discussion is created for Jarvis REST API development
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
Replies: 2 comments 23 replies
-
@11Tuvork28 At the first, my idea was create an microservice architecture for this Assistant, I mean, we can move the skill recognition to a microservice and the we can separate the rest of functions from the Web API functions.
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi guys long time no hear but I got around to put some work in the project and I got some updates.
Clone my fork and run docker-compose up -d
and visit http://0.0.0.0:8008/docs to check it out.
The code is a mess right now but I'm gonna fix that, but still how should we implement client/server commands? I like the idea from @KingofGnome but also hardcoding it would save time :)
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2
-
Your fork looks great @11Tuvork28! I was considering doing something very similar, but would also like to break out the TTS and STT pieces to standalone services. Anyway I can help with your refactor more directly?
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks and yeah help would be awesome, if you want you can work with my fork and open a PR once you finished what you're working on. That would be great
Beta Was this translation helpful? Give feedback.
All reactions
-
@11Tuvork28
Did you guys manage to deploy this to the web using flask or whatever? If yes, how can it be done?
Beta Was this translation helpful? Give feedback.
All reactions
-
@D3vJohn Nah, currently I focus on other projects that help me learn for my upcoming finals so I don't allocate time to this project sorry
Beta Was this translation helpful? Give feedback.
All reactions
-
Is there an official tutorial on YouTube for this?
Beta Was this translation helpful? Give feedback.