The Multilingual Conversational Loan App is an AI-powered application that helps users inquire about loans, check eligibility, and receive recommendations in multiple languages. Built using Python and Streamlit, the app provides a seamless, user-friendly experience for global users.
Fintalk is deployed on Streamlit cloud and is ready for usage, but still the changes are yet to be made and it may cause some errors.
FinTalk
- Supports multiple languages for a diverse user base.
- AI-powered chatbot for loan inquiries.
- Secure authentication and user data protection.
- Intuitive UI/UX with responsive design.
- Integration with financial APIs for real-time loan information.
Ensure you have the following installed:
-
Clone the Repository:
git clone https://github.com/Suraj-787/fintalk.git cd fintalk
-
Create a Virtual Environment:
python -m venv venv source venv/bin/activate # On macOS/Linux venv\Scripts\activate # On Windows
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Application:
streamlit run home.py
- Set up environment variables in a
.env
file (if required). - Update API endpoints in
config.py
. - Modify language settings in
locales/
.
- Fork the repository.
- Create a new branch (
feature-branch
). - Commit your changes.
- Push to your branch and submit a pull request.