Data Extraction Processing Project

Here we took a coursera dataset and we are implementing a search based website which takes a keyword from the user and gives all the matching results from the dataset. Which helps the user to find the best course which he/she is looking for.

Alt Text

How to run the project

  1. Clone the repository
  • git clone https://github.com/aamit2267/course-dataset
  1. You should have live server extension in your vs code
  • https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
  1. Open the project in vs code and run the live server
  2. Open the browser and type localhost:5500
  3. You will see the home page of the website

How to use the website

  1. Type the keyword in the search bar
  2. Click on the search button or press enter
  3. You will see the results

Contributions

Contributions are always welcome!. If you want to contribute to this project, you can do so by forking the project and making a pull request.