Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeus0522/ai-website-generator
This app can generate an HTML page with ChatGPT including images generated by Stablehorde, send it to github and deploy it on vercel
https://github.com/jeus0522/ai-website-generator
chatgpt github stable-diffusion stablehorde vercel
Last synced: 24 days ago
JSON representation
This app can generate an HTML page with ChatGPT including images generated by Stablehorde, send it to github and deploy it on vercel
- Host: GitHub
- URL: https://github.com/jeus0522/ai-website-generator
- Owner: jeus0522
- Created: 2024-08-06T10:43:28.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T10:46:17.000Z (5 months ago)
- Last Synced: 2024-08-14T14:27:27.341Z (4 months ago)
- Topics: chatgpt, github, stable-diffusion, stablehorde, vercel
- Language: Python
- Homepage: https://ai-website-generator-dzdh.onrender.com/
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AI Website Generator
## About
This app can generate an HTML page with ChatGPT including images generated by Stablehorde, send it to github and deploy it on vercel### Live Demo
[AI Website Generator](https://ai-website-generator.onrender.com/)
## Installation
```sh
git clone https://github.com/Louvivien/AI-website-generator
``````sh
cd AI-website-generator
``````sh
pip install -r requirements.txt
```Rename .env.example to .env and
Setup your GITHUB_ACCESS_TOKEN
Setup your OPENAI_API_KEY
Setup your GITHUB_REPO_NAME
Setup your STABLEHORDE_API_KEY
You need to have a vercel account and link it on Vercel to the Github repository you have setup in the .env file
[Deploying a Git Repository on Vercel](https://vercel.com/docs/concepts/deployments/git#deploying-a-git-repository)## Start
```sh
flask run
```## Deployement
You can deploy this app on Render:
- Web Service
- Build Command: pip install --upgrade pip && pip install -r requirements.txt
- Start Command: gunicorn app:app --timeout 180Make sure to update the env variables
## To do
- Fix pb on mobile