Skip to content

Commit

Permalink
data extraction from jpg llm
Browse files Browse the repository at this point in the history
  • Loading branch information
rezart95 committed Jan 6, 2024
1 parent d75f444 commit 775dd77
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/routes/data_profile_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,3 @@ async def preview_data_profile(
gpt = GPTLLM()
data = gpt.extract_data_from_jpg(instructions, jpg_file)
return data


# the response has to be a json

# file -- > convert to jpg --> |
# data-profile --> | --> llm --> response

0 comments on commit 775dd77

Please sign in to comment.