...
/Implement the Azure Text Analytics Service - 1
Implement the Azure Text Analytics Service - 1
Create your REST API using the Azure Text Analytics Service.
We'll cover the following...
Create a virtual environment for our API
We have already discussed how to create a virtual environment using Anaconda as well as the venv
Python package. Before starting this project, it is advisable to create a virtual environment and activate it.
In this project, we will not use any
async
functionality for the sake of understanding the normalAPI
building. Although, if you want, you can go ahead with theasync
functionality that we have already discussed. ...