Skip to content

Developed as part of an Information Retrieval coursework, this project showcases a search engine that efficiently indexes and retrieves information from a given dataset.

Notifications You must be signed in to change notification settings

Saitejakatineni/SearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Search Engine Application

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.

Features

  • Efficient indexing of documents
  • Quick and accurate retrieval of relevant information
  • User-friendly command-line interface

Getting Started

  1. Clone this repository to your local machine.

    git clone https://github.com/Saitejakatineni/SearchEngine
  2. Navigate to the project directory:

    cd SearchEngine
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python search_engine.py

Usage

  1. Launch the application using the above command.

  2. Enter your search queries when prompted.

  3. Receive relevant search results along with document details.

Contribution

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

  3. Make your changes and commit them.

  4. Push your changes to your fork.

  5. Submit a pull request.

License

This project is licensed under the MIT License.

About

Developed as part of an Information Retrieval coursework, this project showcases a search engine that efficiently indexes and retrieves information from a given dataset.

Topics

Resources

Stars

Watchers

Forks