{"id":25196084,"url":"https://github.com/jerryblessed/lightestate","last_synced_at":"2025-04-04T15:44:27.311Z","repository":{"id":274448685,"uuid":"922928254","full_name":"Jerryblessed/lightestate","owner":"Jerryblessed","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-27T15:09:04.000Z","size":2562,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T01:39:45.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jerryblessed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-27T10:46:44.000Z","updated_at":"2025-01-27T15:10:26.000Z","dependencies_parsed_at":"2025-01-27T12:37:27.472Z","dependency_job_id":null,"html_url":"https://github.com/Jerryblessed/lightestate","commit_stats":null,"previous_names":["jerryblessed/lightestate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Flightestate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Flightestate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Flightestate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Flightestate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerryblessed","download_url":"https://codeload.github.com/Jerryblessed/lightestate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208063,"owners_count":20901568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-10T01:39:48.178Z","updated_at":"2025-04-04T15:44:27.272Z","avatar_url":"https://github.com/Jerryblessed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# LightEstate \n\n🚀 **LightEstate** is a smart application that enhances property management, agreements and learning about real estate through an easy-to-use, efficient, and intelligent interface. Experience seamless control with cutting-edge DocuSign API integration and automation! \n\n## 🎥 Live Demo\n\nCheck out the live demo of the application in action: [Watch on YouTube](https://youtu.be/pvZPDkFuDW8)\n\n🌐 Try the live application here: [LightEstate on Render](https://lightestate.onrender.com/)\n\n---\n\n## 🏗️ Architectural Diagram\n\nThe architectural structure of the LightEstate application is illustrated below:\n\n![Architectural Diagram](https://github.com/Jerryblessed/lightestate/blob/main/app/static/assets/diagram-export-1-27-2025-10_46_46-AM.png?raw=true)\n\n---\n\n## ⚡ Features\n\n### What It Does\n\nLightEstate is an AI-powered web application that simplifies and automates real estate agreement management. Here’s what it offers:\n\n- **✍️ Streamlined Signing**: Enables users to sign agreements themselves or send agreements to multiple parties seamlessly through DocuSign APIs.\n- **📄 Document Generation with AI**: Users can generate customized real estate agreements using Azure AI's GPT-4o model, ensuring speed and accuracy.\n- **🔒 Multifactor Authentication**: Ensures security by requiring phone authentication for recipients via Docusign API.\n- **📊 Data Insights**: Unlocks critical insights from agreements by using AI to extract renewal dates, terms, and conditions, helping users make better decisions.\n- **🤖 Conversational AI**: Offers an avatar-based AI assistant powered by Azure Cognitive Services, allowing users to interact conversationally for agreement-related queries and tasks.\n\n---\n\n## 🛠️ How to Run the Application\n\nFollow these steps to get started with LightEstate:\n\n### Option 1: Run via Docker\n\n1. Ensure Docker is installed on your system. [Install Docker](https://docs.docker.com/get-docker/)\n2. Clone the repository:\n   ```bash\n   git clone https://github.com/Jerryblessed/lightestate.git\n   ```\n3. Navigate to the project directory:\n   ```bash\n   cd lightestate\n   ```\n4. Build and run the Docker container:\n   ```bash\n   docker build -t lightestate .\n   docker run -p 3000:3000 lightestate\n   ```\n5. Open your browser and navigate to `http://localhost:3000`.\n\n### Option 2: Run Locally with `run.py`\n\n1. Ensure you have Python 3 installed. [Install Python](https://www.python.org/downloads/)\n2. Clone the repository:\n   ```bash\n   git clone https://github.com/Jerryblessed/lightestate.git\n   ```\n3. Navigate to the project directory:\n   ```bash\n   cd lightestate\n   ```\n4. Install the required dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n5. Run the application:\n   ```bash\n   python run.py\n   ```\n6. Open your browser and navigate to `http://localhost:3000`.\n\n---\n\n## 🌟 Tech Stack\n- **Signature**: DocuSign APIs: Envelops, Payment, Invoice, SigningGroups, Account.\n- **Backend**: Flask (Python)\n- **Frontend**: HTML, CSS, JavaScript\n- **Containerization**: Docker\n- **AI**: Azure AI GPT-4o, Azure Cognitive Services, and DocuSign APIs\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions to make LightEstate even better! To contribute:\n\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature-name`).\n3. Commit your changes (`git commit -m 'Add feature'`).\n4. Push to the branch (`git push origin feature-name`).\n5. Open a pull request.\n\n---\n\n## 📜 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 💬 Feedback and Support\n\nIf you have any feedback, suggestions, or issues, please feel free to reach out by creating an issue in the repository or contacting us directly.\n\nHappy coding! ✨","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryblessed%2Flightestate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerryblessed%2Flightestate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryblessed%2Flightestate/lists"}