https://github.com/luispedro/rbit
rabbit mail
https://github.com/luispedro/rbit
Last synced: 12 months ago
JSON representation
rabbit mail
- Host: GitHub
- URL: https://github.com/luispedro/rbit
- Owner: luispedro
- Created: 2011-12-01T12:50:51.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T12:32:00.000Z (almost 12 years ago)
- Last Synced: 2025-01-19T06:43:38.350Z (over 1 year ago)
- Language: Python
- Homepage: http://luispedro.org
- Size: 514 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=======================
Rbit: Email that learns
=======================
This is a machine-learning based email local email client that learns from your
past behaviour.
This is rudimentary, but I am doing it mostly to *scratch an itch*: I want a
decent email client on Linux and did not find one.
This is **pre-alpha** software. It might work.
Dependencies
------------
Just copy and paste the commands below to install all dependencies (you must
have ``pip`` installed, but you already did that, right?)::
sudo apt-get install python-pyside
sudo apt-get install python-sqlalchemy
sudo apt-get install python-gevent
pip install sqlalchemy
pip install imapclient
pip install gevent
pip install whoosh
pip install pyzmail
pip install six
Vowpal wabbit
~~~~~~~~~~~~~
Vowpal wabbit must be installed and callable as ``vw`` for the learning to work.
License
-------
GPLv3.