- Python
- FastAPI
- tensorflow
- scikit-learn
- pandas
- numpy
- uvicorn
- httpx
- pydantic
--> Clone the repository using command below :
git clone https://github.com/heptavators/friendease-ml-face-verification.git
--> Move into the directory :
cd friendease-ml-face-verification
--> Create a docker container :
docker build -t friendease/ml-face-verification --no-cache -f Dockerfile .
--> Run the project :
docker run -p 5050:5050 friendease/ml-face-verification