financing-recsys
v1.18.0
Published
## Introduction
Readme
Financing Recommender System
Introduction
Financing Recommender System is a system that recommends financing products to users based on their financial status and preferences. The system is designed to help users find the best financing products that suit their needs and preferences. The system uses machine learning algorithms to analyze user data and recommend the best financing products based on the user's financial status and preferences.
Getting Started
We encourage you to use docker to develop and run the project. To get started, you need to have docker installed on your machine. You can download docker from the official website docker.com.
Development with Devcontainer
Devcontainer is a feature of Visual Studio Code that allows you to develop inside a container. It is a great way to ensure that your development environment is consistent across different machines. So please make sure you have Visual Studio Code installed on your machine.
Please follow the steps below to start developing with Devcontainer:
Clone the repository to your local machine:
git clone https://github.com/ruhyadi/financing-recsys/Open the repository in VS Code:
cd financing-recsys code .Copy and edit (if needed) the
.env.examplefile to.envfor every services:# root directory cp .env.example .env # backend service cp backend/.env.example backend/.env # frontend service cp web/.env.example web/.envInside VS Code, press
CTRL+SHIFT+Pto open the command palette, then type and selectDev Containers: Reopen in Container. This will open the repository inside a container.Once the container is ready, you can start developing the project.
Troubleshooting
Dataprep
If you encounter an error related to dataprep, please downgrade your pandas version to 1.5.3:
pip install pandas==1.5.3
pip install dataprep