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