Skip to content

Instantly share code, notes, and snippets.

View SumonPaul18's full-sized avatar
🎯
Focusing

Sumon Paul SumonPaul18

🎯
Focusing
View GitHub Profile
@SumonPaul18
SumonPaul18 / README.md
Created October 7, 2025 11:32 — forked from gilangvperdana/README.md
Installation OpenStack Victoria All-in-One on Cloud with Kolla Ansible

Installation OpenStack Victoria on VM Cloud

Environment

1. Virtual Machine Ubuntu 20.04LTS (Azure, GCP, AWS, Aliyun, etc)
2. 16GB RAM
3. 512 GB Storage
4. One disk add for PV
@SumonPaul18
SumonPaul18 / README.md
Created November 9, 2024 16:06 — forked from hortojac/README.md
Streamlit + Flask example

A simple example for Streamlit and Flask project

  • server.py contains the API code for the Flask server (back-end)
  • main.py contains the streamlit code (front-end)

Requirements

pip install plotly streamlit pandas requests flask