Project Overview
Here are my two final project ideas for our class coding assignment:
- 🔍 Legal Entity Selector Tool
A quiz-style app to help entrepreneurs choose between legal structures like LLC, S-Corp, etc. It considers personal liability, taxes, investor access, and more. - 📜 Contract Clause Analyzer
A tool that uses basic natural language processing (NLP) to explain complex business contract clauses in plain English.
Technical Approach
I plan to use the following tools and techniques depending on which idea I select:
- Python – Core logic & quiz routing
- Flask / Streamlit – For building an interactive web interface
- pandas & regex – For data management and clause matching
- Optional: spaCy / GPT-4 – For NLP explanations of clauses