This is implementation of TF-IDF on leetcode questions to search desired questions from keywords.
Switch to the body branch to find the tf-idf implementation on the whole question (heading and body), the main branch consists implementation on only the headings of the questions.
Link to body branch -> https://github.com/UtsavMandal2022/TF-IDF_implementation/tree/body
How to run the code locally:
Run the query_body.py (body) / query_heading.py (main)