Skip to content

A document based search engine which searches for documents based on given keywords present in it

License

Notifications You must be signed in to change notification settings

sammacorpy/alpha_search_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  

About

A document based search engine which searches for documents based on given keywords present in it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published