Skip to content

Henry-Loi/My-Search-Engine

Repository files navigation

Search Engine

A self-made search engine written in python using Django (Database: SQLite3)

How to run the final project

Follow the steps below:

cd ./SearchEngine
python manage.py runserver

Super User Information

Add /admin after the root url to get into the admin system

Username: Admin
Password: admin
E-mail: [email protected]

TODO

  1. Better title weighting setting
  2. Last modification date display bug
  3. check score again

Reminder

The first search takes more time as it need to calculate the tfidf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published