Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
yukseltron
/
lyrics-classifier
like
0
Text Classification
TensorBoard
data
English
lyrics
catboost
License:
gpl-3.0
Model card
Files
Files and versions
Metrics
Training metrics
Community
main
lyrics-classifier
/
venv
/
lib
/
python3.8
/
site-packages
/
easy_install.py
yukseltron
added venv
c5db80e
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
"""Run the EasyInstall command"""
if
__name__ ==
'__main__'
:
from
setuptools.command.easy_install
import
main
main()