Open pranay8297 opened 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
maple-dev | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 30, 2024 0:10am |
We agreed with @mvictor55 @pranay8297 @AnnaKSteele tonight that we want to implement the following configuration by default,
Instead of 2 API functions, create one API function to get summaries and tags
Internal Details Chronological order of things:
Massachusetts Legislative Bill Analysis
This repository contains code for summarizing and tagging Massachusetts Legislative bills using LLMs.
Overview
The main functionality is implemented in
demo_app_functions.py
, which provides methods for:Files
demo_app_functions.py
: Main file containing the core functionalityprompts.py
: Contains predefined prompt templates for various NLP taskstagging.py
: Includes category and tag definitions for bill classificationKey Features
Requirements
requirements.txt
Usage
To use the main functions:
Note
This project is designed to work with Massachusetts legislative bills and may require specific data sources or API access for full functionality.
For more detailed information on each module and function, please refer to the individual file docstrings.