Skip to content

Design any announcement you want, no matter who you are (MVP)

Notifications You must be signed in to change notification settings

MisterChief53/Any

Repository files navigation

Any Landing Page

ANY

ANY es pagina web para diseñar el anuncio que quieras, sin importar quien seas.

Demo

Here is a working live demo : https://any-lime.vercel.app/ For this demo, the display of image generation has been disabled, since we rely on writing to disk to save the images, and vercel only provides us with a write-only environment.

This live demo will probably not work correctly for very long, since the accounts linked to the api keys are rate limited. However, it serves more as a proof of concept to show how easy this is to deploy.

Installation

Installing the app is very simple. All is needed is to pip install the dependencies listed on requirements.txt, and set up the following enviromnet variables:

FLASK_APP=app
FLASK_ENV=development

# Once you add your API key below, make sure to not share it with anyone! The API key should remain private.
OPENAI_API_KEY=YOUR_API_KEY
STABILITY_API_KEY=YOUR_API_KEY

#google cloud credentials. These will be used to authenticate with the Google Cloud Storage API.
#you can get these from your .json from your service account
TYPE=""
PROJECT_ID=""
PRIVATE_KEY_ID=""
PRIVATE_KEY=""
CLIENT_ID=""
AUTH_URI=""
TOKEN_URI=""
AUTH_PROVIDER_X509_CERT_URL=""
CLIENT_X509_CERT_URL=""
UNIVERSE_DOMAIN=""

If you are using python virtual environments, it is adviced to name the venv as:

any-venv

Built with

  • OpenAI - Generación del texto de respuesta.
  • Bootstrap - Amplia lista de componentes y complementos de Javascript incluidos.
  • Flask - Framework web minimalista en Python.
  • DreamStudio - Generación de imagenes mediante un prompt.

Team

Marco Antonio Lopez Arriaga | Emmauel Florencio Trujillo | Jose Neftali Limon Ortiz | Angel Yahir Loredo Lopez

About

Design any announcement you want, no matter who you are (MVP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •