Scrape Lettcode questions data. Analyse questions and topics. Predict topics to given questions text or description.
Python Version > 3.7
pip install -r requirements.txt
Scrape all questions data
python scrape.py
Combine data & generate topics file
python utils/combine_data.py
python utils/create_topics_data.py
(All data are already available data/
folder)
notebooks/
folder constains all analysis and topic prediction notebooks.