this is a classifier that is used to determine whether a github readme file is "good" or "bad"
this idea behind this project was to change the static classifier found in DevOpsify
for now the score for this model is 94%, but i think there could be a problem of overfitting, i will do more tests
when given this Readme
test_readme = """
#this readme
"""
it gives
print(predict(test_readme))
# False
so apperently this is a bad readme 😂