├── NotoSansCJK-Regular.ttc ├── README.md ├── bbox.py ├── image └── README │ └── 1725058543677.png └── requirements.txt /NotoSansCJK-Regular.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexZhangji/bonding_w_geimini/HEAD/NotoSansCJK-Regular.ttc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexZhangji/bonding_w_geimini/HEAD/README.md -------------------------------------------------------------------------------- /bbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexZhangji/bonding_w_geimini/HEAD/bbox.py -------------------------------------------------------------------------------- /image/README/1725058543677.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexZhangji/bonding_w_geimini/HEAD/image/README/1725058543677.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | Pillow 3 | google-generativeai 4 | --------------------------------------------------------------------------------