You are on page 1of 5

DECISION SUPPORT SYSTEM

Project Proposal
By
Truong Quoc An – ITDSIU19001
Kieu Chi Huy – ITDSIU19004
Ly Minh Trung – ITDSIU19023

Submitted to: MSc. Nguyen Quang Phu


Lab 04 Date
18/10/2022

Our group project topic:

Topic name: Football Management Decision Support System

Up to this week, our web application can connect to the database and work on the cloud plaform of streamlit.
With basic functions such as filtering players by position, nation. And provide analysis in forward, midfield and
defensive positions.

Rules/Methods that we implemented in this Lab How do they work?


working time: The method for deploying the project to the streamlit
Position analysis: Using the user's data that has been cloud means that our data is constantly accessible
filtered, present some charts and a dashboard to online; so, if the website updates the data of new
visualize the player's information that satisfies the matches, the app itself will update the player statistics
criteria and the results of the analysis algorithm. and with the input from the user, our app will run
some calculation and using charts or dashboard to
visualize the result in order to help the user easy to
follow and making decision more accurately.

Analyze method/algorithm:
- With the link to GitHub, we deploy our project to the Streamlit Cloud.
- Without having to figure out how to scrape a website's HTML, we can rapidly include tables from other
websites by utilizing the pandas read html() method to convert an HTML table into a pandas DataFrame.
• Showing information of the players:
- By building a select box, we can provide users with options to choose from, and based on their input, we
can display information that is appropriate and meets their requirements.
• Display the result from the user input
- Finally, we provide the user the ability to choose the position of the team they wish to do analysis on
using radio buttons. Following user input, our software searches the database for the pertinent data and
performs calculations to provide the statistics that meet the criteria. It then displays various charts that
show the results of our analysis. However, we are still working on making the charts, and the calculations
are still not very accurate, so we will improve that aspect in the upcoming report.

• A quick look at this analysis method:

You might also like