This project about deployment Machine Learning in Iris Dataset with FastAPI and Docker.
- Create a new Python Virtual environment
python -m venv <environment-name>
- After creating virtual environment, don't forget to activate venv
cd <environment-name>\Scripts\activate.bat
- After activate venv, don't forget to back in main project folder
(environment-name) C:\Users\HP\project\Iris-API>
Please install Docker for Desktop in your OS (Windows, Linux, and MacOS) to get server running app