A simple Streamlit app bundling useful AI tools: summarization, README generator, code explainer, commit message generator, blog writer, and image-prompt maker.
- git clone https://github.com/Mohsen-malekifard/AI-Studio.git
- python -m venv venv && source venv/bin/activate
- pip install -r requirements.txt
- export OPENAI_API_KEY="sk-..."
- streamlit run app.py