Autonomous-Tagging-Of-Stack-Overflow-Questions
Video Demo - https://www.youtube.com/watch?v=f9QntnEojjU
Dataset Used: https://www.kaggle.com/stackoverflow/stacksample
To access the Tagging System web app, follow the instructions below:
- Ensure you have Python 3.x installed on your system
- Clone this repository
- Navigate to the project directory
- Install the necessary modules
- Run the app from the command line
- Launch the app Find the app in port 8000
python --version
git clone https:/shrigulhane100/github.com//SBSPS-Challenge-10607-Autonomous-Tagging-Of-Stack-Overflow-Questions.git
cd auto_tagging
pip install -r requirements.txt
python manage.py runserver