Skip to content

vikashs0802/detach-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

detach-one

My Search Engine Project

Project Description

This project is a simple search engine designed to index and search web pages efficiently. It aims to explore web crawling, indexing, and search algorithms.

Table of Contents

  1. Project Title
  2. Project Description
  3. Features
  4. Installation
  5. Usage
  6. Technologies Used
  7. Progress
  8. Contributing
  9. License

Features

  • Web Crawler to fetch web pages
  • Indexing of web page content
  • Basic search functionality
  • User-friendly interface

Installation

  1. Clone the repository: git clone https://github.com/your-username/my-search-engine.git
  2. Navigate to the project directory: cd my-search-engine
  3. Install dependencies: pip install -r requirements.txt

Usage

  1. Run the web crawler: python crawler.py
  2. Start the search engine: python app.py
  3. Open your browser and go to http://localhost:8000

Technologies Used

  • Python
  • BeautifulSoup
  • Flask
  • SQLite
  • HTML/CSS
  • JavaScript

Progress

  • Set up project structure
  • Basic web crawler
  • Indexing
  • Search functionality
  • User interface design

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published