sketchmaker
1.0.0
一個複雜的Web應用程序,利用多個AI提供商和模型從文本描述中生成藝術品,橫幅和自定義視覺內容。功能包括自定義模型培訓,多種格式支持和全面的畫廊系統。
git clone https://github.com/marketcalls/sketchmaker.git
cd sketchmakerpython -m venv venv
source venv/bin/activate # Windows: venvScriptsactivatepip install -r requirements.txtflask shell
>>> from app import db
>>> db.create_all ()
>>> exit ()python app.py在管理接口(/admin/manage/auth)中配置身份驗證設置:
http://localhost:5000 (development)
https://your-domain.com (production)
http://localhost:5000/auth/google/callback (development)
https://your-domain.com/auth/google/callback (production)
首次登錄後在管理員設置中配置這些:
配置SMTP或Amazon SES:
初始設置:
內容生成:
管理功能:
git checkout -b feature/AmazingFeature )git commit -m 'Add some AmazingFeature' )git push origin feature/AmazingFeature )該項目是根據AGPL V3.0許可證獲得許可的 - 有關詳細信息,請參見許可證文件。
市場通訊