mesudepolat / generative-ai

Various projects utilizing diverse generative AI techniques to produce audio, code, images, text, and Streamlit applications.

Repository from Github https://github.commesudepolat/generative-aiRepository from Github https://github.commesudepolat/generative-ai

Generative AI Practice

1. Audio Generation

1. python -m venv venv
2. source venv/bin/activate
3. pip install -r requirements.txt
4. streamlit run audio_ops.py

2. Code Generation

1. python -m venv venv
2. source venv/bin/activate
3. pip install -r requirements.txt
4. streamlit run code_generation.py

3. Image Generation

1. python -m venv venv
2. source venv/bin/activate
3. pip install -r requirements.txt
4. streamlit run image_ops.py

4. Streamlit Practice

1. python -m venv venv
2. source venv/bin/activate
3. pip install -r requirements.txt
4. streamlit run app.py

5. Text Generation

About

Various projects utilizing diverse generative AI techniques to produce audio, code, images, text, and Streamlit applications.


Languages

Language:Python 89.4%Language:C++ 7.1%Language:Cython 2.5%Language:C 0.8%Language:Fortran 0.0%Language:JavaScript 0.0%Language:PowerShell 0.0%Language:Smarty 0.0%Language:Forth 0.0%Language:Shell 0.0%Language:Meson 0.0%Language:Jinja 0.0%Language:HTML 0.0%Language:CMake 0.0%Language:Batchfile 0.0%