Skip to content

fdumary/FinePrint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinePrint

A ShellHacks 2025 project that simplifies complex Terms and Conditions using LLM-powered natural language processing.

🛠️ Tech Stack:

  • Frontend: React, HTML/CSS
  • Backend: Javascript
  • LLM Integration: Ollama (LLaMA 3)

What It Does:

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.

Getting Started:

  1. Clone the repo: git clone https://github.com/Izzy-droid/FinePrint.git cd FinePrint

  2. 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

  3. Start the dev server: npm run dev

📝 License

MIT

About

ShellHacks 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.0%
  • CSS 12.6%
  • HTML 2.4%