leonardoFiedler / spam-code-challenge

This project consists in a spam analyzer based on a CSV entry. The development is all based on Python 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spam Code Challenge

This project consists in a spam analyzer based on a CSV entry. The development is all based on Python 3.7.4

Setup Environment

Create Virtual Environment

python3 -m venv spam-code-challenge-env

Active Virtual Environment

Windows

spam-code-challenge-env\Scripts\activate.bat

Unix / Mac OS

source spam-code-challenge-env/bin/activate

Install All Dependencies

pip install -r requirements.txt

Setup data Folder with CSV

To setup data folder, you should create one folder called "resources" at root project folder. Inside resources folder, you should put the file with name "data.csv".

About

This project consists in a spam analyzer based on a CSV entry. The development is all based on Python 3.


Languages

Language:Python 100.0%