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