antiproblemist / emailAlchemy

Crowdsourced Spam Detection for emails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emailAlchemy

Crowdsourced Spam Detection for emails

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites and Installation

Ensure that you have python 2.7, pip and virtualenv installed.

(Optional) You can also install SQLite Database browser from http://sqlitebrowser.org/

Download and install git and run the following command

git clone https://github.com/antiproblemist/emailAlchemy.git

The code has been optimized for Django 1.11 version.

The virtual enviornment folder alchemyenv contains the packages which are required and they also have been mentioned in the requirements.txt file

Running for the first time

Activate the virtual enviornment by the activate command (which may differ on differents os).

On Windows run the following command from your project directory .\alchemyenv\Scripts\activate.

After activating the virtual enviornment run the following command python manage.py makemigrations alchemy and then python manage.py migrate. This will create a new sqlite database in you project directory with the necessary tables.

After the abpve steps the project will be able to run using the following command python manage.py runserver 8000. This will start your Django project on http://localhost:8000

Authors

Shahzeb Qureshi - Linkedin

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Crowdsourced Spam Detection for emails

License:MIT License


Languages

Language:Python 80.0%Language:Tcl 12.6%Language:C 2.4%Language:C++ 2.3%Language:JavaScript 1.3%Language:HTML 0.9%Language:CSS 0.5%Language:PowerShell 0.1%Language:Batchfile 0.0%