To create a custom function in Google Sheet so that we can get the sentiment of feedbacks that we receive via Google Forms and utilize that to create visualization in the spreadsheet.
- Google spreadsheets
- Python
- FastAPI package
- NLTK Package
- Pycharm IDE
- AppScript (Basic)
- Version control - Git using GitHub
- Deployment using Heroku
The tool will include 2 services
- Google spreadsheets
- We will build a custom function using Google's AppScript which will let us send http requests to an API, to which we will send our input(s), in response we shall get the required output directly in spreadsheet cell.
- An API
- With the help of FastAPI we will build and API that will essential ease up the calculation (as it will have the capacity to utilize Python's package) and let the end user use this directly in spreadsheet without ever worrying about learner how to create complex code.
- Create Sentiment Analysis Model using NLTK
- Overcome some common challenges while using NLTK package
- Creating API and redirections
- Version Control using Git
- Deployment of web-app
- Creating custom google sheet function