Wanted to combine a few things that I know or want to learn to create a small project. This project is to use API to make a call to a public API that serve news headline. Then take the title of the news and run it through Google Cloud’s natural language API for sentiment analysis… Continue reading Sentiment analysis on news papers headline and store in MongoDB
Category: GCP
Continuous Deployment (CD) to Cloud Run
I have a personal project to create a generic RestAPI server using FastAPI that can be use as a template to extend for any use case. It should be able to handle PUT, GET, POST, DEL, PATCH and access a backend database. I need the code to be able to run in Google cloud serverless… Continue reading Continuous Deployment (CD) to Cloud Run
