-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Article Search Engine | ||
|
||
|
||
by BeautifulSoup. From the crawled data, Whoosh library is used to index those artical (document) and to support later search task. Furthermore,Streamlit library is used to make user-frinedly GUI for this engine, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Landmark Image Search Engine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# Search-Engine | ||
# Search Engine | ||
This repository contains contain my source code for three different Search engines | ||
|
||
* **Article Search Engine** | ||
This engine crawls articles from website VnExpress.vn and supports searching related articles (documents) based on text query | ||
|
||
|
||
|
||
* **Landmark Image Search Engin** | ||
This engine contain a database of Vietname's landmark images. It allows people to query related images based on their image query. | ||
|
||
* **Multi-modal Search Engine** | ||
This engine allows people to query related images based on their text query. |