Skip to content

Hassen-Elmahrouk/Elasticsearch-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch-search-engine

Project Overview

Welcome to the Elasticsearch-search-engine project! This project is a comprehensive exploration of various technologies, from handling large datasets to utilizing them for building an application, and ultimately transitioning it into production. The primary goal of this project is to provide both text-based and image content-based search capabilities.

Features

  1. Data Preprocessing:

    • Curated and refined the data to meet specific project requirements.
    • Utilized a trained Convolutional Neural Network (VIT) to extract valuable features from raw images.
  2. Indexing with ElasticSearch:

    • Indexed both textual metadata and image features using ElasticSearch.
    • Enables text-based search through the ElasticSearch Search API.
    • Supports image-based search using cosine similarity on extracted features.
  3. API Development:

    • Created a robust API using the Elastic Python client and Flask.
    • The API provides access to various search functionalities, ensuring complete control over the search process.
  4. Web Application:

    • Developed a JavaScript web application that leverages the created API.
    • Users can personalize their search queries and view relevant results.

Project Structure

The project is organized into folders, and each folder contains a 'how_to' file with necessary configurations and guides. This ensures a straightforward setup and execution process.

Getting Started

To get started with the Elasticsearch-search-engine project, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to each folder and refer to the 'how_to' file for configuration instructions.
  3. Ensure you have the required dependencies installed.
  4. Run the necessary scripts to set up and start the project components.

Dependencies

Make sure you have the following dependencies installed:

  • ElasticSearch(and jdk)
  • Python (with necessary libraries specified in the 'requirements' file)
  • JavaScript (for the web application)

Feedback and Contributions

We welcome feedback and contributions to enhance the Elasticsearch-search-engine project. Feel free to open issues, submit pull requests, or reach out with any suggestions or concerns.

Thank you for choosing our project! We hope it proves to be a valuable tool for your text and image-based search needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published