An open API service indexing awesome lists of open source software.

https://github.com/rabinverse/email_spam_classifier


https://github.com/rabinverse/email_spam_classifier

classifier dvc fastapi mlflow

Last synced: about 18 hours ago
JSON representation

Awesome Lists containing this project

README

          

# Email_spam_classifier
[visit](https://emailspamclassifier-e8g68qf6nurxzusaigjev7.streamlit.app/)

[experiments_mlflow](https://dagshub.com/rabinverse/email_spam_classifier.mlflow/)

[dagshub](https://dagshub.com/rabinverse/email_spam_classifier) <- contains models,dataset,experiments

# Ml algorithm that classifies emails as spam and not spam

## Project Organization

```
├── data
│ ├── external <- Data from third party sources.
│ ├── interim <- Intermediate data that has been transformed.
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
├── models <- Trained and serialized models, model predictions, or model summaries

├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),

├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`



└── src <- Source code for use in this project.
│ │
│ ├── train_predict.py <- Script to train and predict the model


│---streamlit
│ └── app.py <- Streamlit web app
```

--------