An open API service indexing awesome lists of open source software.

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

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