Frappe as front end used in Computer Vision app

I want to make an app that analyse the stream from many cameras. Basically something like a people detection stuff. Does somebody know how to use frappe as frontend and the people detection model be in the backend? Thank you!

What do you mean by using “Frappe” as a front-end? Like you want a way to visualize your data?

Check these resource

https://docs.frappe.io/framework/user/en/basics/doctypes/virtual-doctype

The way I visualize the data basically. Imagine that you have 4 cameras and this means that you have 4 streams and you want to analyse those stream based on some conditions given by the user. For example: A certain part from the stream.

Yeah then virtual doctypes are pretty useful for you. In your frappe instance open the “Doctype” doctypr and filter for virtual ones to see some examples

If you want to “MAKE AN APP” for this purpose, don’t. Based on your provided context, Frappe is not gonna be a good choice.

If you already use Frappe for other purposes and want to include this, we can explore different approaches.

I was thinking about usign frappe for the frontend part. I’am not an expert of frontend part and I saw that frappe has a website builder and I was thinking about using that for the frontend and connect that frontend to a custom backend made by me where the inference of the model will be done.

Frappe is a framework for managing transactional document workflows. It’s great at that – nothing else comes close, in my opinion – but if all you’re looking for is a website there are other frameworks more focused on that task.

2 Likes

Ok Thank you for response!