Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

anuran-roy/Im2SQL-api

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.

About

The FastAPI-based API backend-only implementation of Im2SQL. CLI Repo Link: https://github.com/anuran-roy/Im2SQL-cli/

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /