https://github.com/amine-akrout/spam-filter
Deploying a deep learning based Spam filter for e-mails using keras, flask, Docker and docker-compose
https://github.com/amine-akrout/spam-filter
docker docker-compose flask keras lstm text-classification
Last synced: 3 months ago
JSON representation
Deploying a deep learning based Spam filter for e-mails using keras, flask, Docker and docker-compose
- Host: GitHub
- URL: https://github.com/amine-akrout/spam-filter
- Owner: amine-akrout
- Created: 2019-08-02T12:01:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:17:23.000Z (about 3 years ago)
- Last Synced: 2025-03-24T06:36:30.528Z (over 1 year ago)
- Topics: docker, docker-compose, flask, keras, lstm, text-classification
- Language: JavaScript
- Homepage:
- Size: 22.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spam Filter
### End to end ready to use spam filter Web App
1. Clone the repository
`git clone https://github.com/amine-akrout/spam-filter.git`
2. Run the app
`docker-compose up`
3. Enjoy!
Access http://localhost:5000/ to try it
