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.
- 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.
- Streamlit: For creating the web application.
- Python: Primary programming language used.
- Docker: For containerizing the application and ensuring consistent environments across different systems.
To use this application, follow these steps:
- Clone the repository:
git clone https://github.com/awesomedev77/LoanEasy-Streamlit-Demo.git
- Navigate to the project directory:
cd LoanEasy-Streamlit-Demo
- Install the requirements:
pip install -r requirements.txt
- Run the Streamlit application:
streamlit run app.py
Visit http://localhost:8501
in your web browser to view the application.