pip install -r requirements.txt
3. Run the analyzer: python main.py
Tech Used
• transformers – for sentiment + toxicity
• keybert – for keyword extraction
• torch – used under the hood for model inference
Example Use Cases
• Content moderation
• Text summarization prep
• Sentiment or intent classification
---