Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 998 Bytes

File metadata and controls

21 lines (16 loc) · 998 Bytes

alpha_search_engine

#how to install it

requirements:
    1. nltk tool kit
    2. django-admin@latest
    3. autocorrect python library

install:
    1. python and pip
    2. pip install django-admin
    3. pip install nltk
    4. pip install autocorrect

how to run the project

    1. python manage.py makemigration
    2. python manage.py migrate
    3. python manage.py runserver
    4. goto http://localhost:8000