WuYff / Bugine

Bugine, a prototype of issue recommendation system (ICSE 2020)

Home Page:https://bugine.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugine

Bugine is a prototype of issue recommendation system that aims to provide relevant GitHub issues for Android apps based on their UI description.

fig

How to run (Only for Linux)

# setup redis
sudo apt-get update
sudo apt-get install redis-server

# setup python env
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

# setup nltk
python setup_nltk.py
# if above fail to run
tar zxvf nltk_data.tar.gz -C ~

# run web-server
python app.py

# access
http://127.0.0.1:5000

About

Bugine, a prototype of issue recommendation system (ICSE 2020)

https://bugine.github.io/

License:Apache License 2.0


Languages

Language:JavaScript 81.0%Language:Python 16.0%Language:HTML 2.8%Language:CSS 0.1%