Skip to content

maneesh51/Spam_Classification_App

Repository files navigation

Spam_Classification_App

Information:

  1. This app is part of the Udemy course projects (https://www.udemy.com/course/complete-natural-language-processing-nlp-with-spacy-nltk/), data file spam.tsv is provided within the course.
  2. Models used in the app: RandomForest Classifier and Support Vector Machine (SVM).

Tips:

  1. Generate requirement.txt file using command 'pipreqs' in Conda prompt in the project directory.
  2. While uploading the app on streamlit.io, if the following error appears
AttributeError: moduleclickhas no attributeget_os_args

then add 'click==7.1.2' in the requirement file. Some dependancy issue at streamlit backend.

  1. Since this app make use of loading previously saved model using pickle, always add scikit_learn version, even if not importing the library. Here, i'm using scikit_learn==1.0.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published