An open API service indexing awesome lists of open source software.

https://github.com/es7/priority-pro

In this repository, you'll find a Streamlit application that analyzes the data and generates a priority table based on the sentiment, impact, and effort estimation provided in the input file.
https://github.com/es7/priority-pro

deep-learning gemini gemini-pro machine-learning natural-language-processing streamlit

Last synced: 20 days ago
JSON representation

In this repository, you'll find a Streamlit application that analyzes the data and generates a priority table based on the sentiment, impact, and effort estimation provided in the input file.

Awesome Lists containing this project

README

          

# Priority-Pro
This project involves developing a **Streamlit** application that takes an **Excel file** as input, analyzes it, and generates a priority table.

* The **sentiment column** categorizes feedback into positive, neutral, or negative sentiments.

* The **impact** and **effort columns** assign numerical values on a scale from 1 to 5 based on the impact and effort required for each feedback of user.
* The **priority column** is calculated based on the impact and effort values, with higher priority given to items with high impact and low effort.

Overall, the project aims to streamline the analysis of feedback data and prioritize actions based on their impact and effort.
![](output.png)