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许可证获得许可的 - 有关详细信息,请参见许可证文件。
市场通讯