rakeshku93 / chatGPTTextAnalysis

This Repository to test chatGPT functionalities for text Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT for text Analysis

Welcome to the chatGPT Text Analysis repository, where we've integrated a Chrome extension with chatGPT. This extension serves two key functions:

Features:

1. Twitter Feed Analysis:

Our extension analyzes tweets to assess their toxicity, sentiment, and the topic category which is being discussed. image

2. Real-time Tweet Analysis:

It also help you to evaluate your tweet planning to post. Thus, ensures you meet your desired criteria. image

Models Used:

In this project, we leverage two powerful models to bring you these capabilities::

  • ChatGPT Model: for validating the grammer, tweets sentiment analysis and topic extraction. For more details refer: Open-AI Examples.
  • BERT Model: for determining toxicity in the tweet. For more details refer: Hugging Face Toxic-BERT Model

Project Structure

  • Plugin Folder: Contains all files related to the Chrome extension.
  • Server Folder: Stores files relevant to the server-side functionality.

Important Note

  • We've implemented a scroll event mechanism to optimize performance. Results will populate as you scroll up or down your Twitter feed.
    This project is actively tested and under development, with the goal of continual improvement. Feel free to contribute, report issues, or suggest enhancements to make this extension even more valuable for the Twitter community.

About

This Repository to test chatGPT functionalities for text Analysis


Languages

Language:JavaScript 55.4%Language:Python 36.3%Language:CSS 5.7%Language:HTML 2.6%