https://github.com/streamlit/streamlit provides unique opportunity to do fast prototyping.
- Python installed (in my case version: Python 3.12.3 )
- PIP (in my case version: pip 25.1.1 )
- Install streamlit via pip
pip install streamlitorpip install -r requirements.txt - Ollama (optional)
- Open Web UI (optional)
streamlit run app.py
In PyCharm in Run/Debug configuration select module streamlit and script parameters run app.py and you are ready to go!
Happy Coding! 🎱 🚀