AI Generated Vs Human Text (95% Accuracy)
AI Generated Vs Human Text (95% Accuracy)
Runtime
history Version 2 of 2
play_arrow 4s
Input
expand_more View Metadata
In [29]:
# This Python 3 environment comes with many helpful analytics
libraries installed
# It is defined by the kaggle/python Docker image: https://git
hub.com/kaggle/docker-python
# For example, here's several helpful packages to load
import os
for dirname, _, filenames in os.walk('/kaggle/input'):
for filename in filenames:
print(os.path.join(dirname, filename))
/kaggle/input/ai-vs-human-text/AI_Human.csv
Kaggle uses In
cookies from Google to deliver and enhance the quality of its services and
[30]:
to analyze traffic. import pandas as pd Learn more OK, Got it.
import numpy as np
https://www.kaggle.com/code/syedali110/ai-generated-vs-human-text-95-accuracy/comments 1/1