Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
abdullah4
/
ai-detection
like
0
Transformers
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
cd5fd8a
ai-detection
/
setup.py
abdullah4
Create setup.py
cd5fd8a
almost 3 years ago
raw
Copy download link
history
blame
Safe
197 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
"ai-detector"
,
version=
"1.0"
,
packages=find_packages(),
install_requires=[
"scikit-learn"
,
"pandas"
]
)