yvah / OpenSourceDynamics

This project aims to analyse discussions dynamics in open-source communities. We look for correlations between sentiment in comments in GitHub pull requests & issues: we analyse whether the pull request was closed/merged and if the emotions in the comments affected it, gender correlations and else.
https://drive.google.com/file/d/1hSpW1KDSPFqZP6Y7haAkoEivAZ3K-zsg/view?usp=sharing
4 stars 5 forks source link
analytics python

SwEng-group13

Analytics Solution on OpenSource Dev Community Dynamics

Understanding, and interacting with, the Open-Source community is, nowadays, a vital part of the Software Engineering profession. This project is proposing to create a sophisticated AI Application capable to ingest large amount of activity logs, publicly available, from the various Open-Source portals and use Natural Language Understanding and Analytics tools/techniques provide aggregated insights on trends, dynamics and facts behind the Community.

API Release

In order to run NL analysis, add IBM Watson NLU API key & url into keys.txt. Enter a GitHub Access Token and enter the name and owner of the repo you want to gather data from. Finally, specify whether you want to get issue or pull requests. If the comments are already in the database, you will be asked whether you want to use the existing data.

JSON files with extracted information will be stored in cwd/fetched_data folder. To run API Queries independently from NL processing, open query.py and run the main function.

Docker Deployment

In order to deoply this program using Docker :

docker build -t /SwEng-app .

docker run -it /SwEng-app

docker login -u -p docker push /SwEng-app