Mazen
Mazen
Awesome project! I have always liked playing Age of Empires and I admire your work by having a similar game. I am currently interested in training agents to play the...
To organize the code and introduce testing and continuous integration, it would be beneficial to refactor the entire codebase. ## TL;DR - Re-organizing the codebase to follow best practices and...
Rather than having a simple text like this  Having a more unique styling of the landing page's header like this (not black and white)  On mobile (not black...
### Describe the feature or problem you’d like to solve I have been using the Projects tab to manage my issues, however, it is annoying to have access to it...
Docket image to install all of the AI models and run the bot.
AI
- Images: - Style Transfer: - [x] `!anime`: [AnimeGANv2](https://github.com/bryandlee/animegan2-pytorch) - [x] `!arcane`: [ArcaneGAN](https://github.com/Sxela/ArcaneGAN) - [x] `!art`: [BlendGAN](https://github.com/onion-liu/BlendGAN) - [x] `!pixel`: [Pyxelate](https://github.com/sedthh/pyxelate) - [x] `!paint`: [GLIDE](https://github.com/openai/glide-text2im) - [ ] [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) -...
Convert current AI models to ONNX to consume less GPU/CPU power and increase speedup. - Images: - Style Transfer: - [ ] `!anime`: [AnimeGANv2](https://github.com/TachibanaYoshino/AnimeGANv2) - [ ] `!arcane`: [ArcaneGAN](https://github.com/Sxela/ArcaneGAN) -...
In the meantime, I am setting [this](https://github.com/sudomaze/OnlySudo/blob/main/src/ai/tts/main.py#L61) to read the entire message, but this causes the final audio to be scuffed. Need to find a way to generate longer audio...