https://github.com/guille-ux/ux-framework
a framework with a lot of things, and they work
https://github.com/guille-ux/ux-framework
artificial-intelligence c database deep-learning deep-neural-networks discord filesystem framework from-scratch llm neural-network opengl opengl-simplified python q-learning reinforcement-learning simplified tinrux voice-synthesizer word-embeddings
Last synced: 7 months ago
JSON representation
a framework with a lot of things, and they work
- Host: GitHub
- URL: https://github.com/guille-ux/ux-framework
- Owner: Guille-ux
- License: gpl-3.0
- Created: 2025-03-28T19:54:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T23:58:58.000Z (7 months ago)
- Last Synced: 2025-04-06T00:24:19.342Z (7 months ago)
- Topics: artificial-intelligence, c, database, deep-learning, deep-neural-networks, discord, filesystem, framework, from-scratch, llm, neural-network, opengl, opengl-simplified, python, q-learning, reinforcement-learning, simplified, tinrux, voice-synthesizer, word-embeddings
- Language: Python
- Homepage:
- Size: 20.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The _Ux-framework_
a framework with a lot of things, and they work
## Things that this has
- A DataBase (Tinrux)
- A Voice Synthethizer using pydub and a folder with all phonems
- A simplified OpenGL (help using graphics on C) and it has a utility for loading BMP images
- Discord File System
- Some of my apps
- Librarys
### Prequisites
- **DiscordFS**
- *discord* → ```pip install discord```
- **Voice Synthethizer**
- *pydub* → ```pip install pydub```
- *playsound* → ```pip install playsound```
- *cmudict* → ```pip install cmudict```
- **gamec.h** (simplified OpenGL) ¡Extra this have a file to compile it easier (without puting all linkers)!
- *libgl1-mesa-dev* ```sudo apt-get install libgl1-mesa-dev```
- *freeglut3-dev* ```sudo apt-get install freeglut3-dev```
### Notes
- **Voice Synthethizer**
- You need to put in a folder the 44 english phonemes.
- link for the phonems: Phonemes
- I recommend edit the phonemes files because in some of them there is a large pause
- **Munix Os**
- originally i have thinked to include that on this, but github hates me
### For the Future
- **ZynkPy** is going to be here