-
Hello,
The .css and the .js file are minified, is there any chance we can get them unminified?
I'm referring to these files:
https://github.com/vanna-ai/vanna-flask/blob/main/static/assets/in…
-
Something it will be useful to do down the track is add a Swagger API documentation: https://swagger.io/specification/. This would integrated nicely with the REST API introduced in #87, and could be i…
-
Great tool!
I want to add a button to perform inference on another model (parallel to dextr) to compare the generated mask.
How can I do this? I know how to perform the inference, but don't know how…
-
## Task Description
Design a visually appealing Question Page for SMCQ Type question for the GRE Helper project using Figma and implement it in the React front-end of the application. The Question Pa…
-
I'm using latest exec.
As soon as I enter email and password, a message pops in red "window.reese84 is undefined". See hereby screenshot, and Console logs.
Uncaught (in promise) TypeError: windo…
-
I observed that running openseadragon on python Flask server has an issue, when the initial load of the navigating button happens.
The GET requests toward the server are sent parallel apparently, and…
-
Make Flask/Fast APIs for getting data
The purpose of the APIs would be to fetch result for the front end after the NLP functions or other ML functions are performed
e.g. an API call might be cal…
-
Some users need to be able to validate lineage events.
The goal of this feature is to make it easy for them to add validation logic to incoming events and only accept valid ones.
Proposal:
add a m…
-
Build Python example.
One strategy is to simply put the entire node JavaScript file into ChatGPT or equivalent and ask ChatGPT to translate it to Python. You can then test the code locally with th…
-
Hi,
I currently have an angular front end that is run on mydomain.com/
My flask backend runs on mydomain.com/api
Both routes are managed by nginx.
When I try to access flasgger (by going …