Please sign in to access this page
This website is your one-stop AI generation website. It can generate text, images, and even speech. So start using it today at (ai-generator.kcoder.hackclub.app)
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I could not figure out why Image generation was not working so eventually I had to return to the docs. this is where I found out that google shutdown image generation in finland the location of the nest server. there isn't really anything I could do about this so I improved the error message so hopefully the user understands
And finally speech to text works as well. I just have to make sure everything works on render where I am hosting this. I might switch to using Nest, but I just tried Render earlier, and it was working, so I am going with that for now.
I finally got it to work after experimenting with how to do it and messing around with the css for a while.
I shows the bot respose now just like when you write an essay or something like that, but still no chat type page. I am working on that now.
I tried to start the chatbot, but I was tired, so I decided to do it tomorrow. I got the basic page layout done though.
It finally works!! it took a while, and by the end, I ran out of api token on text-to-speech, but it works, and that's all I need.
I finished code generation pretty quickly, as it was just text generation with an extra markdown component. I decided to tackle a very hard one next, which is text to speech. And that's what I am working on, I can get the file to generate, but not to display on the website/download properly.
I spent way too long trying to get video generation to work. In the end, I found out it mostly costs money, so I decided that I would look into it at the end. Now I am working on code generation.
I made some improvements to the image generator and then changed the home page to look super cool and as well as adding some css
I made the image generator work now. It's mostly just example code from the docs https://ai.google.dev/gemini-api/docs/image-generation. I did text to image and now I think I will do image+text to image, which should bring the problem of uploading images, but I will get past that.
I just finished the short story generator, and I am now working on the image generator. I am also gonna add some other things after this. I also worked on the CSS and made it look so cool!
So far, I have started making this website. I added several pages and labeled them as 'under construction' sites. Next, on the essay-gen page, I used forms and text using render_template and HTML. lastly, I added the ability to call the gemini api.