A machine learning web app that classifies Jira tickets into Bug, Enhancement, or Question, using the ticket’s title and description.
- Interactive web interface using Flask + HTML/CSS/JS
- Real-time prediction from trained Random Forest model
- Useful for support teams, triage automation, or dashboards
- Python (Flask, scikit-learn)
- HTML / CSS / JavaScript
- pandas, nltk for preprocessing
- Install dependencies: pip install -r requirements.txt
- Run the app: python app.py
- Open your browser and go to: http://127.0.0.1:5000
- Enter the Jira ticket title and description to get a prediction.
Deploy to Render/Heroku Add support for bulk predictions via file upload