Skip to content
/ Toolify Public
forked from iwstech3/Toolify

An AI tool that helps users identify any tool and generate a manual for that tool

Notifications You must be signed in to change notification settings

Selamo/Toolify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

217 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolify

API Endpoints

The Toolify API provides several endpoints for tool identification and manual generation.

Health Check

  • GET /: Returns a welcome message and a list of available endpoints.
  • GET /health: Returns a health check status.

Tool Recognition

  • POST /api/recognize-tool: Accepts an image file and returns a list of tools identified in the image.
    • Request Body: multipart/form-data with a file field containing the image.
    • Response: A JSON object with a tools key containing a list of strings.

Tool Research

  • POST /api/tool-research: Researches a tool and returns a summary.
  • POST /api/generate-manual: Generates a manual for a tool.
  • POST /api/generate-safety-guide: Generates a safety guide for a tool.
  • POST /api/generate-quick-summary: Generates a quick summary for a tool.

About

An AI tool that helps users identify any tool and generate a manual for that tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.8%
  • Python 32.3%
  • CSS 4.9%