https://github.com/rishabh672003/stack-overflow-label-predictor
https://github.com/rishabh672003/stack-overflow-label-predictor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishabh672003/stack-overflow-label-predictor
- Owner: Rishabh672003
- License: gpl-3.0
- Created: 2024-01-17T16:50:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:01:13.000Z (10 months ago)
- Last Synced: 2025-01-16T19:25:04.263Z (5 months ago)
- Language: Jupyter Notebook
- Homepage: https://stack-overflow-label-predictor-rishabh.streamlit.app/
- Size: 27.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stack Overflow label predictor
A simple NLP model that predicts the language of the question user has asked, The model has been trained on stack-overflow dataset which has 16,000 questions from 4 languages and the language the question its labelled for, See the Jupyter Notebook in the notebooks directory for more information and see the implementation of the model.
Before this was written with FastAPI and Jinja templates (see in `src/fastapi.py`)
But for deployement I switched to **Streamlit**
Now the Website is deployed here - https://stack-overflow-label-predictor-rishabh.streamlit.app/Now models only works for following language:
- Csharp
- Javascript
- Java
- Python# Models analysis
## Loss and Validation Loss

## Accuracy and Validation Accuracy

## Accuracy and Loss on the Test set

# Preview of the website
