Giter Site home page Giter Site logo

damarpanuluh / python-hrflow-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from riminder/python-hrflow-api

0.0 0.0 0.0 766 KB

๐Ÿ HrFlow API Python Wrapper. AI Powered Job & Profile API. Extract, Enrich and Qualify HR Data.

Home Page: https://developers.hrflow.ai

License: MIT License

Shell 0.77% Python 98.96% Makefile 0.27%

python-hrflow-api's Introduction

hrflow

HrFlow.ai Python SDK

Unify, Unleash, Automate Talent & Workforce Data

Test Release Slack YouTube Channel Views License

HrFlow.ai is the first System of Intelligence for Talent & Workforce Data, enabling leading AI-powered Talent & Workforce experiences. Our suite of APIs provide a suite of AI solutions to unleash clean, structured, normalized, updated and analyzed Talent Data with state-of-the-art seven AI modules.

Furthermore, HrFlow.ai breaks data silos and creates a single source of truth (SSOT) for Talent Data. With our API connectors, businesses can sync data between their tools in milliseconds and build customizable workflows that meet their business logic.

Our suite of APIs includes Parsing API, Tagging API, Embedding API, Searching API, Scoring API, Imaging API, and OEM Widgets. With our Automation Studio and AI Studio, businesses can utilize AI-powered user interfaces and low-code/no-code automations to create advanced custom user experiences.

๐Ÿ’ก Help

See documentation for more examples.

๐Ÿ› ๏ธ Installation

Install using pip install -U hrflow or conda install hrflow -c conda-forge.

hrflow

๐Ÿช„ Quick start

from hrflow import Hrflow
client = Hrflow(api_secret="YOUR_API_KEY", api_user="YOU_USER_EMAIL")

# read file from directory (in binary mode) 
with open("path_to_file.pdf", "rb") as f:
    file = f.read()


#Parse it using this method without reference:
response = client.profile.parsing.add_file(
            source_key="INSERT_THE_TARGET_SOURCE_KEY",
            profile_file=file,
            sync_parsing=1, # This is to invoke real time parsing
            tags=[{"name": "application_reference", "value": "TS_X12345"}], # Attach an application tag to the profile to be parsed
        )

๐Ÿ“Ž Resources

  • Slack for a speedy exchange of ideas between the Community and the HrFlow.ai team
  • HrFlow.ai Academy on Youtube for videos on how to get started with HrFlow.ai
  • Updates page to keep you informed about our product releases
  • Documentation to provide information on HrFlow.ai features
  • Our Roadmap to show upcoming features or request new ones

python-hrflow-api's People

Contributors

alaeddinechhima avatar corentin-hrflow avatar mouhidine avatar nicolae-istratii avatar riquelme222 avatar yass1337 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.