Skip to content

harrychaklader/federal-ai-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Federal AI Use Case Dashboard

A web application that displays a live dashboard of Federal AI Use Cases. The dashboard provides filtering capabilities by agency, domain, status, and includes a search functionality for finding specific use cases.

Features

  • Interactive data table with sorting and filtering
  • Search functionality for use case descriptions and names
  • Agency and domain filters
  • Active/Inactive status filter
  • Responsive design for all devices

Setup

Backend

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the Flask server:
python app.py

Frontend

  1. Install dependencies:
cd frontend
npm install
  1. Run the development server:
npm start

The application will be available at http://localhost:3000