Coder Social home page Coder Social logo

cs261-project's Introduction

Deutschbank Software Engineering Success Tracker (SEST)

Our Software Engineering (CS261) Project.

We were tasked with creating a software to help predict and track the success of ongoing projects for Deutschbank.

We developed a KNN Machine Learning algorithm in python, utilising Critical Success Factors (CSFs) on a 1-5 rating to asses project success. It also provides specific feedback to the manager based on these factors to improve the overall success chance of the project. In addition, the PM could review previous iterations of a project and compare them to monitor progress. THe model adapts and learns when fed previous success factors & overall success of finished projects.

The backend utilises Django and SQLite to store data and perform functions.

The frontend is made using ReactJS, moving most of the functionality and rendering to the front end. This gave a good split for development, with responsobilities being shared more easier among the team. It also allowed for a sleeker and faster user interface, which was a highly desired feature by Deutschbank.

Packages / Instructions:

  • Navigate to base folder.
  • Download Node.js and Python 3.9.
  • Open 2 terminals.

Recommendation: use Conda to create a virtual environment.

In one:

  • python3 -m venv venv in one or conda create -n cs261 python=3.9
  • pip install --user -r requirements.txt
  • python backend/manage.py makemigrations
  • python backend/manage.py migrate
  • python backend/manage.py runserver

in another:

  • cd ./frontend
  • npm install react
  • npm install --save react-circular-progressbar
  • npm install axios
  • npm start

Gallery:
Login Screen

Dashboard

Project Creation

CSF Questions

Project View

cs261-project's People

Contributors

ngwick avatar jakubczarlinski avatar materol avatar pav-patra avatar alf4ed avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.