Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 864 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 864 Bytes

TALN

A web based application developed with django framwork and nltk for arabic language processing

REQUIEREMENTS:

  • 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

INSTALL & RUN

  1. clone the repo using :git clone https://github.com/magixus/TALN
  2. cd to TALN: cd TALN
  3. install requirements: pip install -r requirements.txt
  4. migrate the dependencies : python manage.py migrate
  5. start the server: python manage.py runserver
  6. navigate to : http://localhost:8000

enjoy it ^-^