-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Idea] Make an app #6
Comments
I think this has huge potential, but again the issue is going to be where that GPU horsepower is, its gotta be cloud right? |
yeah, huggingface has really good servers made for ai. |
@EvanZhouDev What do you think about it? |
Evan |
I will try and make a prototype tomorrow that adds an iMessage app that has interactivity and adds emojis. I will need somebody else to implement the AI because I don't know how to code swift at all. |
I did one step of making the app: making the server to generate the images. https://huggingface.co/spaces/SpyC0der77/Genmoji |
@EvanZhouDev what do you think? |
@kingbranston here is where the processing is: https://huggingface.co/spaces/SpyC0der77/Genmoji |
Processing side looks good, Image produced looked very high quality but render time was slow - 70 ish seconds. I'm guessing this is because of Huggingface hardware limits. |
I am trying to make it in swift. I am mainly just using ChatGPT to code it. We could probably get a gpu grant from the community for the hugging face processing |
Do you have a discord or something that we can use to test and make this ? |
I don't have discord. I can make a branch in my fork of this repo for the code |
Love the idea for developing an app. Can we possibly build this in a cross platform manner so non iPhone users can make the use for same? I also have trained the model with google emoji styles. So we can ideally unify everything and present a customisable app. |
yeah, i don't know how to make an app in either language for either device |
If you have experience with html, css stuff or have tried out web development using React, you can give React Native a try to build apps. At least the UI part. We can collaborate on different functionalities and make it a collective open source project 🙌🏾 |
Heck yeah, I have a lot of experience with html css and js. Not react though. I see you have experience with react native. I am mainly gonna work on the processing backend, improving the speed of the generations. |
I just found an article in the Swift documentation that has pretty much exactly what we need: link |
Here is the branch in my repo for the iMessage app |
Can u make an app for android???? |
Yeah |
I have already made an imessage app but with different model |
Care to share @sagarmdev |
@SpyC0der77 |
If we make an iMessage app it would be way cooler and easier. My idea is to host this on a huggingface space, and then we could use the gradio hugging face api to call it, so we would be using huggingfaces servers.
The text was updated successfully, but these errors were encountered: