FAME aims to provide an SaaS solution for multimedia content creators to perform audience facial recognition analysis at manageable costs powered by advanced cloud-enabled machine learning capabilities.
Make sure you install python version 3.7+. Install pip dependencies by running
pipenv install
Then run your application locally
python manage.py runserverWhen you are ready to deploy to IBM Cloud on Cloud Foundry or Kubernetes, run one of the commands:
ibmcloud dev deploy -t buildpack // to Cloud Foundry
ibmcloud dev deploy -t container // to K8s clusterYou can build and debug your app locally with:
ibmcloud dev build --debug
ibmcloud dev debug