Push the API to Github

Learn to create a Github repository and push the OCR API to your remote Github repository using the GIT commands discussed earlier

Create the requirements.txt file

We have created successfully the API in the previous chapter. Now is the time to push it on GitHub. We are doing this because we will be connecting this repository to Azure App Services for CI/CD.

Before doing that, we need to take one important step. We need to create a requirements.txt file that will contain the dependencies required to run our API. Follow the steps below to create the file:

...