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.
- 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
- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run the Flask server:
python app.py
- Install dependencies:
cd frontend
npm install
- Run the development server:
npm start
The application will be available at http://localhost:3000