Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
renamed prodicus -> tasdikrahman
Browse files Browse the repository at this point in the history
  • Loading branch information
tasdikrahman committed Jul 1, 2017
1 parent 62e74ed commit 89c7214
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -11,7 +11,7 @@ create a [virtualenv](http://pypi.python.org/pypi/virtualenv)
```bash
$ virtualenv venv # Create virtual environment
$ source venv/bin/activate # Change default python to virtual one
(venv)$ git clone https://github.com/prodicus/plino.git
(venv)$ git clone https://github.com/tasdikrahman/plino.git
(venv)$ cd plino
(venv)$ pip install -r requirements.txt
```
Expand All @@ -22,7 +22,7 @@ Or, if `virtualenv` is not installed on your system:
$ wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py
$ python virtualenv.py venv # Create virtual environment
$ source venv/bin/activate # Change default python to virtual one
(venv)$ git clone https://github.com/prodicus/plino.git
(venv)$ git clone https://github.com/tasdikrahman/plino.git
(venv)$ cd plino
(venv)$ pip install -r requirements.txt
```
Expand Down Expand Up @@ -55,6 +55,6 @@ $ nosetests # inside the parent directory
$ git push origin my-new-awesome-feature
```

- Create new [Pull Request](https://github.com/prodicus/plino/pull/new/master)
- Create new [Pull Request](https://github.com/tasdikrahman/plino/pull/new/master)

Hack away! :smile:
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@
# @Last Modified time: 2016-04-05 16:32:19
# @GPLv3 License
# @http://tasdikrahman.me
# @https://github.com/prodicus/plino
# @https://github.com/tasdikrahman/plino

clean:
-find . -name '*.pyc' -delete
Expand Down
20 changes: 10 additions & 10 deletions README.md
@@ -1,12 +1,12 @@
<center><img src="https://raw.githubusercontent.com/prodicus/plino/gh-pages/images/logo_2.png?token=AEdMBkvEtWYtyO50OjnlksEt5Qpslm4Yks5XEPPKwA%3D%3D"></center>
<center><img src="https://raw.githubusercontent.com/tasdikrahman/plino/gh-pages/images/logo_2.png?token=AEdMBkvEtWYtyO50OjnlksEt5Qpslm4Yks5XEPPKwA%3D%3D"></center>

[![Build status](https://api.travis-ci.org/prodicus/plino.svg)](https://travis-ci.org/prodicus/plino) [![Requirements Status](https://requires.io/github/prodicus/plino/requirements.svg?branch=master)](https://requires.io/github/prodicus/plino/requirements/?branch=master)
[![Build status](https://api.travis-ci.org/tasdikrahman/plino.svg)](https://travis-ci.org/tasdikrahman/plino) [![Requirements Status](https://requires.io/github/tasdikrahman/plino/requirements.svg?branch=master)](https://requires.io/github/tasdikrahman/plino/requirements/?branch=master)

> An intelligent spam filtering system built using a **custom Naive Bayes classifier**
**:arrow_forward: You can try it out here at [https://plino.heroku.com/](https://plino.heroku.com/)**

**This app is built directly on the work I did on [https://github.com/prodicus/spammy](https://github.com/prodicus/spammy)**
**This app is built directly on the work I did on [https://github.com/tasdikrahman/spammy](https://github.com/tasdikrahman/spammy)**

***

Expand Down Expand Up @@ -201,7 +201,7 @@ Built upon the giant shoulders of (__in no particular order__)
- [Jinja2](http://jinja.pocoo.org/) as the templating engine
- [dill](https://pypi.python.org/pypi/dill) for de-serializing complex python objects

[and some more](https://github.com/prodicus/plino/blob/master/requirements.txt)
[and some more](https://github.com/tasdikrahman/plino/blob/master/requirements.txt)

#### Front end

Expand All @@ -219,7 +219,7 @@ Built upon the giant shoulders of (__in no particular order__)
```bash
$ virtualenv env # Create virtual environment
$ source env/bin/activate # Change default python to virtual one
(env)$ git clone https://github.com/prodicus/plino.git
(env)$ git clone https://github.com/tasdikrahman/plino.git
(env)$ cd plino
(env)$ pip install -r requirements.txt
```
Expand All @@ -230,7 +230,7 @@ $ source env/bin/activate # Change default python to virtual one
$ make run
```

**Refer [CONTRIBUTING.md](https://github.com/prodicus/plino/blob/master/CONTRIBUTING.md) for detailed reference**
**Refer [CONTRIBUTING.md](https://github.com/tasdikrahman/plino/blob/master/CONTRIBUTING.md) for detailed reference**

#### Contributers

Expand All @@ -244,11 +244,11 @@ $ make run

#### What is the classifier based on

This repo is build directly on the work I did on [prodicus/spammy](https://github.com/prodicus/spammy)
This repo is build directly on the work I did on [tasdikrahman/spammy](https://github.com/tasdikrahman/spammy)

#### What did you train the classifier on

The pickled classifier was trained against a total of close to **33,000** emails picked from publicly available [enron dataset](https://www.cs.cmu.edu/~./enron/). You can find the `full_corpus` directory, which holds the training emails [here](https://github.com/prodicus/spamfilter/tree/master/data)
The pickled classifier was trained against a total of close to **33,000** emails picked from publicly available [enron dataset](https://www.cs.cmu.edu/~./enron/). You can find the `full_corpus` directory, which holds the training emails [here](https://github.com/tasdikrahman/spamfilter/tree/master/data)

#### How accurate is it

Expand All @@ -270,7 +270,7 @@ I will leave that to you to decide upon. But for the questions sake, decent enou
## Legal Stuff
[:arrow_up: Back to top](#table-of-contents)

Licensed under [GNU GPLv3](https://github.com/prodicus/alice/tree/master/LICENSE)
Licensed under [GNU GPLv3](https://github.com/tasdikrahman/alice/tree/master/LICENSE)

plino: A spam filtering system
Copyright (C) 2016 Tasdik Rahman
Expand All @@ -288,7 +288,7 @@ Licensed under [GNU GPLv3](https://github.com/prodicus/alice/tree/master/LICENSE
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

You can find the full copy of the `LICENSE` [here](https://github.com/prodicus/alice/tree/master/LICENSE)
You can find the full copy of the `LICENSE` [here](https://github.com/tasdikrahman/alice/tree/master/LICENSE)

![gplv3](https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/GPLv3_Logo.svg/200px-GPLv3_Logo.svg.png)

Expand Down
2 changes: 1 addition & 1 deletion plino/app.py
Expand Up @@ -5,7 +5,7 @@
# @Last Modified time: 2016-05-15 06:20:03
# @MIT License
# @http://tasdikrahman.me
# @https://github.com/prodicus
# @https://github.com/tasdikrahman

import logging
import sys
Expand Down
2 changes: 1 addition & 1 deletion plino/classifier.py
Expand Up @@ -5,7 +5,7 @@
# @Last Modified time: 2016-04-05 22:49:40
# @GPLv3 License
# @http://tasdikrahman.me
# @Source Git Repository:: https://github.com/prodicus/spamfilter
# @Source Git Repository:: https://github.com/tasdikrahman/spamfilter


from __future__ import division
Expand Down
2 changes: 1 addition & 1 deletion plino/templates/404.html
Expand Up @@ -4,7 +4,7 @@
<!-- @Last Modified time: 2016-04-09 02:35:32 -->
<!-- @GPLv3 License -->
<!-- @http://tasdikrahman.me -->
<!-- @https://github.com/prodicus -->
<!-- @https://github.com/tasdikrahman -->
<!DOCTYPE html>
<html>
<head>
Expand Down
18 changes: 9 additions & 9 deletions plino/templates/index.html
Expand Up @@ -9,7 +9,7 @@

<meta charset="utf-8">
<meta name="description" content="Plino - A responsive spam filtering system - Tasdik Rahman">
<meta name="keywords" content="Spam Filtering System, Plino, Tasdik Rahman, prodicus, spamfilter">
<meta name="keywords" content="Spam Filtering System, Plino, Tasdik Rahman, tasdikrahman, spamfilter">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Tasdik Rahman">
<title>Plino - An Intelligent spam filtering System</title>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1 class="wow fadeInRight" data-wow-duration="1000ms" data-wow-delay="300ms">Pl
<p class="wow fadeInRight" data-wow-duration="1000ms" data-wow-delay="400ms">Built on top of a Custom Well Trained Naive Bayes Classifier</p>
<a href="#cta" class="btn btn-lg btn-primary wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Try out Live Demo</a>
<a href="#main-features" class="btn btn-lg btn-border wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="500ms">API Usage <i class="fa fa-cogs" aria-hidden="true"></i></a>
<a href="https://github.com/prodicus/plino" target="_blank" class="btn btn-lg btn-border wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="500ms">Fork us on <i class="fa fa-github"></i></a>
<a href="https://github.com/tasdikrahman/plino" target="_blank" class="btn btn-lg btn-border wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="500ms">Fork us on <i class="fa fa-github"></i></a>
</div>
</header>

Expand All @@ -103,7 +103,7 @@ <h2 class="section-subtitle wow fadeInRight" data-wow-duration="1000ms" data-wow
<div class="features-text">
<h4>Python based</h4>
<p>
Built on top of beautiful and expressive <strong>Python</strong> and a lot more <strong><a href="https://github.com/prodicus/plino/blob/materialize-UI/requirements.txt" target="_blank">things</a></strong>
Built on top of beautiful and expressive <strong>Python</strong> and a lot more <strong><a href="https://github.com/tasdikrahman/plino/blob/materialize-UI/requirements.txt" target="_blank">things</a></strong>
</p>
</div>
</div>
Expand Down Expand Up @@ -218,7 +218,7 @@ <h4 class="title-small wow bounce" data-wow-duration="1000ms" data-wow-delay="30
<div class="pull-left content">
<h2>Tell me more about your Classifier?</h2>
<p>
<h5>Sure! Plino is powered by a custom Naive Bayes classifier which <a href="http://tasdikrahman.me">Tasdik</a> built while working on <a href="https://github.com/prodicus/spammy">spammy</a>
<h5>Sure! Plino is powered by a custom Naive Bayes classifier which <a href="http://tasdikrahman.me">Tasdik</a> built while working on <a href="https://github.com/tasdikrahman/spammy">spammy</a>
<br>
We thought we could make an API for others to make use of our work. So here is Plino for you!</h5>
<br>
Expand All @@ -231,7 +231,7 @@ <h5>Sure! Plino is powered by a custom Naive Bayes classifier which <a href="htt
<li><i class="mdi-action-done"></i>Free To use</li>
<li><i class="mdi-action-done"></i>You can even run it locally!</li>
</ul>
<a href="https://github.com/prodicus/plino" target="_blank" class="btn btn-lg btn-primary">Fork us on Github</a>
<a href="https://github.com/tasdikrahman/plino" target="_blank" class="btn btn-lg btn-primary">Fork us on Github</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -562,7 +562,7 @@ <h4>ML & NLP enthusiast, Flask/Django dev, Python overlord @ <a href="http://srm
<div class="card-footer">
<ul>
<li>
<a href="https://github.com/prodicus" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://github.com/tasdikrahman" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/tasdikrahman" target="_blank"><i class="fa fa-linkedin"></i></a>
Expand Down Expand Up @@ -654,7 +654,7 @@ <h4>Email</h4>
<h4 class="section-title">We would Love to Hear From You</h4>
<h5>This project is still a Work in progress. Your feedback is more than welcome!</h5>
<div class="text-center">
<a href="https://github.com/prodicus/plino/issues" target="_blank" class="btn btn-larg btn-primary">Contact Us</a>
<a href="https://github.com/tasdikrahman/plino/issues" target="_blank" class="btn btn-larg btn-primary">Contact Us</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -682,15 +682,15 @@ <h3>About</h3>
<div class="col-md-3 col-sm-6 col-xs-12">
<h3>FAQs</h3>
<ul>
<li><a href="https://github.com/prodicus/plino/issues" target="_blank">Issues</a>
<li><a href="https://github.com/tasdikrahman/plino/issues" target="_blank">Issues</a>
</li>
<li><a href="#main-features">API Usage</a>
</li>
</ul>
</div>

<div class="col-md-6 col-sm-12 col-xs-12">
<a class="social" href="https://github.com/prodicus/plino" target="_blank"><i class="fa fa-github"></i></a>
<a class="social" href="https://github.com/tasdikrahman/plino" target="_blank"><i class="fa fa-github"></i></a>
<a class="social" href="https://twitter.com/tasdikrahman" target="_blank"><i class="fa fa-twitter"></i></a>
<a class="social" href="https://www.producthunt.com/tech/plino"><i class="fa fa-product-hunt"></i></a>
<a class="social" href="#"><i class="fa fa-hacker-news"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion plino/train.py
Expand Up @@ -5,7 +5,7 @@
# @Last Modified time: 2016-04-05 22:49:45
# @GPLv3 License
# @http://tasdikrahman.me
# @Source Git Repository:: https://github.com/prodicus/spamfilter
# @Source Git Repository:: https://github.com/tasdikrahman/spamfilter


import os
Expand Down
2 changes: 1 addition & 1 deletion plino/utils.py
Expand Up @@ -5,7 +5,7 @@
# @Last Modified time: 2016-04-06 18:07:28
# @GPLv3 License
# @http://tasdikrahman.me
# @https://github.com/prodicus
# @https://github.com/tasdikrahman

import os

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
# https://github.com/prodicus/spamfilter specific requirements
# https://github.com/tasdikrahman/spamfilter specific requirements
beautifulsoup4==4.6.0
dill==0.2.6
nltk==3.2.2
Expand Down

0 comments on commit 89c7214

Please sign in to comment.