Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

RentaLyze

Overview

RentaLyze is an AI-powered solution designed to streamline tenant-landlord dispute resolution. Our platform assists tenants in generating formal complaint letters based on their rental agreements, facilitating conflict resolution through AI-driven analysis of key rental agreement clauses. By leveraging technologies such as Python, Bootstrap, and OpenAI's GPT, we make legal assistance accessible and affordable for all tenants, empowering them to assert their rights while promoting fair and transparent communication.

Key Features

  • AI-Powered Letter Generation: Automatically generate complaint letters tailored to the specific rental issues by analyzing rental contracts.
  • User-Friendly Interface: Simple forms for tenants to input their personal details, rental contract information, problems, and communication history.
  • Customizable Tone: Choose from different tones, such as "Concerned," to match the nature of your complaint.
  • Downloadable PDFs: After generating a letter, users can edit and download it as a PDF for submission to their landlords.

How to Use the Web App

Step 1: Download Python and Pip

Step 2: Install Requirements

  • Open your command line (CMD or Poweshell) and navigate to the project's backend directory.
  • Run the following command to install the required dependencies:
    pip install -r requirements.txt
    

Step 3: Add API key

  • Navigate to backend app then open utils.py
  • Insert your own api key to:
    client = OpenAI(api_key='')
    

Step 4: Run the Frontend Server

  • Navigate to the frontend folder using the command line.
  • Run the following command:
    python -m http.server 5500
    

Step 5: Run the Backend Server

  • Open another command line window and navigate to the backend folder.
  • Run the backend with the following command:
    python -m app.main
    

Step 6: Access the Web App

About

2024 HackTrinity Hackathon

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages