In this repository I have made an wffort of integrating chrome extension with chatgpt. This extension performs two tasks
I have used chatgpt models for grammer, tweets sentiment analysis and topic extraction (https://platform.openai.com/examples) for determining toxicity in the tweet , I have used the following model:- https://huggingface.co/unitary/toxic-bert
All the extension related files are stored in the plugin folder while all the server related files are stored in the other folder.