A social media application using generative ai for creating a shared pictures
To run this project, you will need to add the following environment variables to your .env file
GOOGLE_OAUTH_CLIENT_ID, GOOGLE_OAUTH_CLIENT_SECRET, IMAGE_GEN_API_KEY (secrets)
GCP_PROJECT, GCP_PROJECT
FLASK_APP, BASE_URL
API,WORKER, PRODUCTION, LOCAL,
Clone the project
git clone https://github.com/g-emarco/wordblend-ai/mainGo to the project directory
cd wordblend-aiInstall dependencies
pipenv installStart the Flask server
pipenv run main.py