A ShellHacks 2025 project that simplifies complex Terms and Conditions using LLM-powered natural language processing.
- Frontend: React, HTML/CSS
- Backend: Javascript
- LLM Integration: Ollama (LLaMA 3)
A user can either input pasted text in the textbox or choose a file from your computer. The content is then put into LLaMA 3 to summarize and simplifier complex legal jargon from the given content.
-
Clone the repo: git clone https://github.com/Izzy-droid/FinePrint.git cd FinePrint
-
Install dependencies: npm install
Install ollama: For macOS:
brew install --cask ollama ollama pull llama 3 ollama run llama 3
For Windows and Linux:
go to https://ollama.com/download and install by clicking the download button then, ollama pull llama3 ollama run llama3
-
Start the dev server: npm run dev
MIT