https://github.com/utsavmandal2022/codequery
This webpage finds you a desired cp question from leetcode using provided keywords. The backend is in flask and python. Uses TF-IDF algorithm.
https://github.com/utsavmandal2022/codequery
css flask flask-wtf html python tf-idf tfidf-text-analysis
Last synced: 3 months ago
JSON representation
This webpage finds you a desired cp question from leetcode using provided keywords. The backend is in flask and python. Uses TF-IDF algorithm.
- Host: GitHub
- URL: https://github.com/utsavmandal2022/codequery
- Owner: UtsavMandal2022
- Created: 2023-06-15T08:59:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T13:31:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T09:08:11.902Z (over 1 year ago)
- Topics: css, flask, flask-wtf, html, python, tf-idf, tfidf-text-analysis
- Language: Python
- Homepage:
- Size: 825 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeQuery
This webpage finds you a desired cp question from leetcode using provided keywords. The backend is in flask and python. Uses TF-IDF algorithm.
Hosted link: https://codequery-cqzk.onrender.com/
This repository consists of only the app and projection part to the web, the scraping and TF-IDF repositories are separately made and below are the links given to them:
Link to the TF-IDF implementation to print on console: https://github.com/UtsavMandal2022/TF-IDF_implementation
Link to the Leetcode Scraper made to use for it : https://github.com/UtsavMandal2022/LeetCode_scraper
Link to the Codeforces Scraper made: https://github.com/UtsavMandal2022/CF_question_scraper
How to run the code locally:
(On terminal)
packages:
pip install flask flask-wtf
To run it simply run the app.py file or do python app.py and the local server will start on your device. Further open the link in the terminal to view the page.