Welcome to the Python Search Engine Application repository! This project was developed as a part of an Information Retrieval course, aiming to demonstrate the process of indexing and retrieving information from a provided dataset.
- Efficient indexing of documents
- Quick and accurate retrieval of relevant information
- User-friendly command-line interface
-
Clone this repository to your local machine.
git clone https://github.com/Saitejakatineni/SearchEngine
-
Navigate to the project directory:
cd SearchEngine
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python search_engine.py
-
Launch the application using the above command.
-
Enter your search queries when prompted.
-
Receive relevant search results along with document details.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
-
Make your changes and commit them.
-
Push your changes to your fork.
-
Submit a pull request.
This project is licensed under the MIT License.