Skip to content

USAFA-HAVOC/PulseSurveyModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📊 Flask Survey Analyzer 📈

🌟 Overview

Flask Survey Analyzer is a sleek web application designed to gather responses on a mix of close-ended and open-ended questions. Not only does it collect and store answers, but it also conducts sentiment analysis on open-ended responses and beautifully visualizes the aggregated results!

🔧 Technologies Used

Flask: A micro web framework written in Python. TextBlob: A simple Python library for processing textual data, perfect for sentiment analysis. Plotly: A graphing library makes interactive, publication-quality graphs online.

🚀 Getting Started

Prerequisites Ensure you have the following installed:

  • Python 3
  • pip

Installation

  1. Clone the repo:
git clone https://github.com/USAFA-HAVOC/PulseSurveyModel.git
cd PulseSurveyModel
  1. Install the required packages:
pip install Flask TextBlob plotly
  1. Run the app
python main.py
  1. Access the web app at:
http://127.0.0.1:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published