Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 677 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 677 Bytes

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