From aa4c4addd5e0a0e1090d0cf24b706a73ca7a4b51 Mon Sep 17 00:00:00 2001 From: Dhanush Mendru <100780556+Dhanush312@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:49:16 +0530 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 454c87d..cf574c8 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# Bharat-Intern \ No newline at end of file +Bharat Intern + +Movie Search Engine +Overview +This Movie Search Engine allows users to search for movies based on descriptions. It uses advanced NLP techniques to understand the context and content of the movie descriptions and match them with a vast database of movies. The application is built with Streamlit and uses Elasticsearch as the backend search engine. + +Features +Natural Language Search: Allows searching for movies using natural language queries. +Semantic Similarity: Leverages sentence embeddings to find movies with similar descriptions. +Streamlit Interface: A user-friendly web interface created with Streamlit. +Elasticsearch Backend: Robust and scalable search capabilities powered by Elasticsearch. +Installation