LoanEasy-Streamlit-Demo

Project Overview

LoanEasy is a Streamlit-based web application designed to streamline the process of reading company descriptions and performing analytics. It also includes support for a chatbot, enhancing user interaction and accessibility to company information.

streamlit-live-demo

Features

  • Company Information Viewer: Allows users to read detailed descriptions of companies.
  • Analytics Dashboard: Users can perform various analytics to understand company data better.
  • Chatbot Support: Interact with a chatbot for quick inquiries and support.

Technologies Used

  • Streamlit: For creating the web application.
  • Python: Primary programming language used.
  • Docker: For containerizing the application and ensuring consistent environments across different systems.

How to Use

To use this application, follow these steps:

  1. Clone the repository:
    git clone https://github.com/awesomedev77/LoanEasy-Streamlit-Demo.git
  2. Navigate to the project directory:
    cd LoanEasy-Streamlit-Demo
  3. Install the requirements:
    pip install -r requirements.txt
  4. Run the Streamlit application:
    streamlit run app.py

Visit http://localhost:8501 in your web browser to view the application.