A web based application developed with django framwork and nltk for arabic language processing
- demo at : arabichistory.com
- python 3.6^ ----- install it here
- django 2.0^ ----- install it here
- django_heroku -----
pip install django_heroku
- whitenoise 4.0^ -----
pip install whitenoise
- nltk 3.0^ -----
pip install nltk
- clone the repo using :
git clone https://github.com/magixus/TALN
- cd to TALN:
cd TALN
- install requirements:
pip install -r requirements.txt
- migrate the dependencies :
python manage.py migrate
- start the server:
python manage.py runserver
- navigate to :
http://localhost:8000
enjoy it ^-^