Skip to main content

A semantic search package for hotel data

Project description

Traversaal

Traversaal is a Python package that provides a simple semantic search functionality for hotel data. It leverages large language models such as BERT to encode hotel descriptions and reviews, allowing users to perform semantic search queries and retrieve relevant results based on the provided search query.

Features

  • Efficient semantic search for hotel data based on descriptions and reviews.
  • Utilizes state-of-the-art language models to encode and compare text embeddings.
  • Returns relevant search results with corresponding scores for ranking.
  • Supports GPU acceleration for faster encoding and search performance.

Installation

You can install Traversaal using pip:

pip install traversaal

import pandas as pd
import traversaal

model_name = 'bert-base-uncased'
search = traversaal.SemanticSearch(model_name)

# Load your hotel data into a DataFrame
df = pd.read_csv('hotels.csv')

# Define the search query
query = 'great location and service'

# Perform the semantic search
results = search.search(df, query)

# Print the top results
print(results.head())

For more detailed usage examples and API documentation, please refer to the GitHub repository.

Contributing
Contributions to Traversaal are welcome! If you encounter any issues, have suggestions, or would like to contribute enhancements or new features, please feel free to submit a pull request on the GitHub repository.

License
Traversaal is licensed under the MIT License. See the LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

traversaal-0.4.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

traversaal-0.4-py3-none-any.whl (1.8 kB view details)

Uploaded Python 3

File details

Details for the file traversaal-0.4.tar.gz.

File metadata

  • Download URL: traversaal-0.4.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for traversaal-0.4.tar.gz
Algorithm Hash digest
SHA256 38b69e718e1e8107519d6d8d3149afcf2d2390a2a3585d780802d047966c76e3
MD5 96b31659312f9cbf7d746e6943927fec
BLAKE2b-256 a677062e4467970faff52152098780dc7e4bf39a6facb8b9d9ea41066f40d273

See more details on using hashes here.

File details

Details for the file traversaal-0.4-py3-none-any.whl.

File metadata

  • Download URL: traversaal-0.4-py3-none-any.whl
  • Upload date:
  • Size: 1.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for traversaal-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 05c93bbd17925c36145f3ddae1481d1b18325bb5f9f154355b71e9f7807866bf
MD5 f8a3b821cd02e05f369fea22adcf60ec
BLAKE2b-256 935732ad5a89dc1046444fb04b36aacaf4fff3c0d3cb9fcb968a5d6c3ff90cd9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page