Skip to content

aleksAperans/match-QA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sayari Match Resolution QA App

A Flask-based web application for processing and labeling match resolution results using the Sayari API.

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/match-qa.git
cd match-qa
  1. Install dependencies:
pip install -r requirements.txt
  1. Create a .env file with your Sayari API credentials:
# Prod Credentials
base_url=https://api.sayari.com
client_id=YOUR_CLIENT_ID
client_secret=YOUR_CLIENT_SECRET

# Dev Credentials
dev_base_url=https://api.develop.sayari.com
dev_client_id=YOUR_DEV_CLIENT_ID
dev_client_secret=YOUR_DEV_CLIENT_SECRET
  1. Run the application:
python app.py

About

This application is a Flask-based web interface for processing and labeling match resolution results using the Sayari API. It allows users to upload CSV files containing entity information, process them through Sayari's resolution service, and manually label the results.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors