Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 180

Make sure to update the env variables

## To do

- Fix pb on mobile