Git Product home page Git Product logo

credit_ai's Introduction

Credit Risk Score Generator

This project is a startup that uses Python in the stack to generate credit risk scores using AI and an unusual source of data. The project has an awesome interface and an API with documentation.

Project Structure

  • app/: This directory contains the main application code.
    • __init__.py: Initializes the Flask application.
    • main.py: Runs the Flask application.
    • api.py: Defines the API endpoints.
    • models.py: Defines the data models.
    • utils.py: Contains utility functions.
  • tests/: This directory contains the test code.
    • __init__.py: Initializes the test suite.
    • test_api.py: Tests the API endpoints.
    • test_models.py: Tests the data models.
    • test_utils.py: Tests the utility functions.
  • Dockerfile: Defines the Docker image for the application.
  • docker-compose.yml: Defines the Docker Compose configuration.
  • .github/workflows/main.yml: Defines the GitHub Actions workflow.
  • .pre-commit-config.yaml: Defines the pre-commit hooks.

Installation

To install the project dependencies, run:

pip install -r requirements.txt

Usage

To run the application, run:

python app/main.py

The API documentation can be found at http://localhost:5000/docs.

Testing

To run the tests, run:

pytest

Contributing

Contributions are welcome! Please see the contributing guidelines for more information.

License

This project is licensed under the MIT License.

credit_ai's People

Watchers

Rodrigo Siqueira avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.