-
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
1 parent
665fae1
commit aa4c4ad
Showing
1 changed file
with
12 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 |
---|---|---|
@@ -1 +1,12 @@ | ||
# Bharat-Intern | ||
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 |