Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 579 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 579 Bytes

☺欢迎来到图片的想象世界
项目是将图片转化为故事
在启动项目之前得更改api_key和api_base以及huggingface key
接着创建虚拟环境

conda create -n pixtostor python=3.8

启动虚拟环境

conda activate pixtostor

安装依赖

pip install -r requirements.txt

运行程序

cd code
streamlit run pix_to_stor.py

效果如下: image image