Flask API for text classification using word2vec
To run the .py files in colab, please follow below steps:
- Clone the git repo in colab:
!git clone https://github.com/niteshjindal170988/flask-api-text-classification-word2vec-model.git
2. Change the directory path:
%cd flask-api-text-classification-word2vec-model
3. Check current directory path:
!pwd
4. Run utilityfunction.py:
!python utilityfunction.py
5. Run model_building.py:
!python model_building.py
6. Run model_testing_api.py:
!python model_testing_api.py