Skip to content

anuran-roy/Im2SQL-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Im2SQL - API

Image-2-SQL

What is it?

The FastAPI-based API backend-only implementation of Im2SQL. Im2SQL is an app to reduce the cumbersome task of writing data entry statements manually, Im2SQL converts Table Images to SQL INSERT commands that are returned in a textbox within max 8 seconds.

Needs a JS-based frontend.

End Points:

/sqlify/make/ - To convert the image to SQL INSERT commands.

Supported paramters:

  1. typecheck: Checks for the correctness of the SQL commands.

  2. columns: Intended number of columns for the table to contain.

  3. table_name: The table name to generate the commands with.

  4. include_schema: Whether to consider schema or not:

    • true will imply that the data starts from second row from the table, and the first row will be omitted.

    • false will imply that the data starts from the first row.

  5. uploadfile: The image to upload.

Releases

No releases published

Packages

No packages published

Languages