Quiromanciers is an Apps that allows you to generate your own biography of a part of what you love. Quiromanciers is based on the GPT2 model of openAI.
Techologie using:
- Python3
- Kubernetes
- Docker
Packages using in python (seeing for more information requirements.txt):
- tensorflow
- streamlit
- pandas
- wikipedia (API Wikipedia)
- instaload (API Instagram)
streamlit run LesQuiromanciersUI.py
docker build . -t les-quiromanciers
docker run -d -p 8501:8501 les-quiromanciers
docker tag les-quiromanciers gcr.io/neomail-258716/les-quiromanciers:latest
docker push gcr.io/neomail-258716/les-quiromanciers:latest
This workflow will build a docker container, publish it to Google Container Registry, and deploy it to GKE.
To configure this workflow:
-
Ensure that your repository contains the necessary configuration for your Google Kubernetes Engine cluster, including deployment.yml, kustomization.yml, service.yml, etc.
-
Set up secrets in your workspace: GKE_PROJECT with the name of the project, GKE_EMAIL with the service account email, GKE_KEY with the service account key.
-
Change the values for the GKE_ZONE, GKE_CLUSTER and IMAGE environment variables (below).