AI and ML

Semantic Search For Travel Place Document

This project aims at developing a Semantic Searching Engine that could search with meaning not only to find keywords but to determine the intent and contextual meaning of the input sentence. We will demonstrate another finding technology known as Semantic search by utilizing sophisticated Artificial Intelligence technologies and some Natural Language Processing models.

Share
Post Thumbnail

Introduction

Feature Image

There are so many searching engines currently, but most of them are using the Keyword Search method. Keyword search is looking at terms wherever they appear, even if part of a larger phrase or used in a different context, Keyword Search will find words anywhere in the record. So the Keyword Search has a limitation in that the words often have multiple meanings, so Keyword Search will return the irrelevant results.

Feature Image

Unlike Keyword Search, Semantic Search is a search with meaning, it will try to get at the intent and contextual meaning of terms and your search query. And we have built a Semantic Search engine on the database from https://wikitravel.org/en/Main_Page. It will find and show you the top k (default k=10) articles with the best matching meaning to your search query.

Our Approaches

Approaches Icon
Data

We crawled all existing articles from https://wikitravel.org/en/Main_Page. After cleaning and preprocessing the crawled data to remove the non-existent articles, wrong, and repeat posts... the final number of articles is 31249 articles. And we store them into a .csv file for use in the searching step.

chevron-up.svg
Approaches Icon
Text Similar Model

In order to search the input sentence based on its matching meaning with the article database. We have applied a Deep Learning model to represent the sentence with an embedding vector, and then we will compute the sentence similarly based on these embeddings vectors to find the best matching results.

chevron-up.svg
Approaches Image

Related Projects

AI and ML
Analyze The Object On Image Using Computer Vision Technologies

Analyze The Object On Image Using Computer Vision Technologies

With the help of Computer Vision techniques, this effort seeks to create a system that can evaluate the Object on Image.
Detail arrow
AI and ML
CVParser Documents

CVParser Documents

This project aims at developing an end-to-end system, CV Parser System, to extract important information from a .pdf CV file automatically. As Artificial Intelligence has gained a reputation recently, applying the Computer Vision or Natural Language Processing technologies.
Detail arrow
AI and ML
Natural Language Processing Toolkit

Natural Language Processing Toolkit

The Natural Language Processing Toolkit (NLTK) is a Python-based software application that offers a suite of tools for the purpose of processing natural language data.
Detail arrow
AI and ML
Music Recommendation System

Music Recommendation System

Music Recommendation Systems have become immensely popular, enabling users to explore new songs and artists based on their listening habits and preferences. 
Detail arrow
AI and ML
Product Recognition

Product Recognition

Utilizing AI-based Computer Vision techniques, the Product Recognition system autonomously detects and categorizes products present within images or videos. Through a comprehensive analysis of the visual attributes of products, including their shapes, colors, and textures
Detail arrow
AI and ML
Skin Analyzing System

Skin Analyzing System

A skin analysis system evaluates skin health and appearance using imaging, machine learning, and data analysis to assess conditions like acne, wrinkles, and sun damage.
Detail arrow
AI and ML
Optical Character Recognition Document

Optical Character Recognition Document

Every day, a vast quantity of textual information is written or printed on tangible paper, such as study-related messages, invoices, periodicals, books, ads, and so on. Paper contamination is a major issue in the corporate world and has obvious environmental consequences.
Detail arrow

Choose STS Software for Your Next AI Development Project

Ready to take your project to the next level? Reach out to us now, and let's explore the best solution for your needs!
Back2Top