Skip to content
Police Lokesh Reddy edited this page Sep 24, 2020 · 5 revisions

Welcome to the TeamFormationAssistant wiki!

Team Formation Assistant

Problem Statement

Build an assistant which will take the project requirements, team members availability, skill level, tools preferred, etc. as input and assigns the members for the new team.

Project Objectives

➢ Design a form for the user to enter data
➢ Design a dashboard to showcase the generated team assignments
➢ Create and Manage a database with team members, Projects, Assignments data.
➢ Write an algorithm which will take the project requirements, team members availability, skill level, tools preferred, etc. as input and assigns the members for the new team.

Video link

Team Formation Assistant

How we plan to carry out the project

Algorithm Implementation

We plan to code the application in Python3. Python ML libraries will be used for Cluster identification.

Database Implementation:

We plan to store team members into an MySQL database. Python files import the data and process it and store the final result back to the database.

Frontend Implementation:

Team members will be able to submit a form to consider them as part of project assignment. Final team assignment will posted on the homepage dashboard. We plan to implement the dashboard and form using HTML, CSS, JavaScript

Here are a few screenshots of the project

THANK YOU.

Wiki

Project Workflow

Website Implementation

Database Implementation

Algorithm Implementation

Mock Data

Document Dictionary

Clone this wiki locally