Skip to content

Face Attendance and real time data visualization via WEB APP

Notifications You must be signed in to change notification settings

wahidpanda/Face-Attendance-WEB-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Attendance App

Previews:

1 2 3 4 5

The Interactive Attendance App is a web application developed with Streamlit, designed for teachers to manage attendance records and visualize data. It provides a user-friendly interface for viewing and analyzing attendance data and allows users to upload their own CSV files for customized data analysis. Requirements Before you start using the Interactive Attendance App, make sure you have the following requirements installed:

  1. Python 3.x: The app is developed in Python, so you need a Python environment. You can download Python from the official Python website.
  2. Python Packages: Install the required Python packages using pip. You can install them by running the following command:
  3. pip install streamlit pandas plotly

Usage

Change to the project directory: cd interactive-attendance-app Run the Streamlit app: streamlit run app.py

This will launch the Streamlit app in your web browser.

Use the app to manage and visualize attendance data. The app includes the following features:

  1. Real-time clock and calendar for date selection.
  2. FizzBuzz counter for interactive fun.
  3. Display of attendance data from the default CSV file.
  4. Data visualization with an interactive bar chart.
  5. Ability to upload your own CSV files for custom data analysis and visualization. Explore the app and customize it for your specific needs. Refer to the app documentation for detailed instructions.

Contributing We welcome contributions to improve the Interactive Attendance App. If you have suggestions, find a bug, or want to contribute new features, please open an issue or create a pull request on this repository.

License This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages