Skip to content

Alekh-sinha/chatgpt_with_chrome_extension_for_twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

chatgpt_with_chrome_extension_for_twitter

In this repository I have made an wffort of integrating chrome extension with chatgpt. This extension performs two tasks

1)Evaluating each tweets toxicity, sentiment and topics coveerd

image

2)It also evaluates the tweets which we are going to write.

image

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.

Please note I have used scroll as an event so results only populates if you scroll up or down.

This is being tested for further improvement