Skip to content
/ TALN Public

a web application based on django framwork and nltk for arabic language processing

Notifications You must be signed in to change notification settings

magixus/TALN

Repository files navigation

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 ^-^

Releases

No releases published

Packages

No packages published