This repository contains the implementation of a transfer learning-based approach for detecting AI-generated product reviews in Tamil and Malayalam. It includes pretrained model embeddings, deep neural networks, and an ensemble method to enhance classification accuracy.
0
stars
17
commits
Jupyter Notebook
primary language
Feb 1, 2025
updated
An AI-generated vs Human-written text detector for Tamil and Malayalam languages
pip install Annaparavai
from Annaparavai import TextDetector
# Initialize detector (choose language: 'Tamil' or 'Malayalam')
detector = TextDetector(language='Tamil')
# Example texts to classify
text = "இது பழுதாக போயிட்டுது."
# text = "ഈ പാൽതന്തു മാവ് ഉപയോഗിച്ചപ്പോൾ എനിക്ക് സംതൃപ്തിയില്ല."
prediction = detector.predict(text)
print(prediction[0])
9 commits
8 commits
Jupyter Notebook
99.5%
This repository contains the implementation of a transfer learning-based approach for detecting AI-generated product reviews in Tamil and Malayalam. It includes pretrained model embeddings, deep neural networks, and an ensemble method to enhance classification accuracy.
0
stars
17
commits
Jupyter Notebook
primary language
Feb 1, 2025
updated
An AI-generated vs Human-written text detector for Tamil and Malayalam languages
pip install Annaparavai
from Annaparavai import TextDetector
# Initialize detector (choose language: 'Tamil' or 'Malayalam')
detector = TextDetector(language='Tamil')
# Example texts to classify
text = "இது பழுதாக போயிட்டுது."
# text = "ഈ പാൽതന്തു മാവ് ഉപയോഗിച്ചപ്പോൾ എനിക്ക് സംതൃപ്തിയില്ല."
prediction = detector.predict(text)
print(prediction[0])
9 commits
8 commits
Jupyter Notebook
99.5%