What do you mean by predictions per month, difference between training hours per month and trainings per month? Is there a way to understand how many predictions I will need?
2. I am confused as how will I input data to AI model, am I dependent on only your preset integrations like Excel, Google sheets etc. Can it pull data directly from url, in other words how will I input structured, unstructured and semistructured data? How will I export AI model and how can my clients deploy that AI model with their data?
3. Can I use it for client projects or only for my web based solutions, and apps [PWAs (progressive web applications), Android and iOS], what type of services based on this solution can I offer to my clients?
4. Am I dependent on prepopulated data and AI models as offered by you or can I build my own AI models, export and deploy them or only way to use such models is based on your API connection. I use Kconnectzit, FireAPIs, Meta APIs instead of Zapier (which is costly on monthly basis).
5. Where are you based, team size and years in business?
6. Can you differentiate it from similar Appsumo products like Gyana, Riku.ai, Deep Talk, and Hazlo?
One prediction is a call to any model, for example, 1 email or 1 tweet, you want to get the sentiment. In the case of images It is the same, 1 image - 1 prediction (an x-ray image for example). In the case of audio, 1 prediction corresponds to a max of 30 secs. If you want to process one audio of 2 minutes, it will require 4 predictions.
# Trainings per month are unlimited for the Appsumo deal. When you build a custom model it will take computation time there is a limit depending on your tier. As a reference, a simple text classification model of 1000-2000 records would take around 5-10 minutes to train.
We currently support only unstructured data, and the ability to export a model will be ready early next year. Our typical client does not want to deal with infrastructure/deployment activities, so we offer an API ready for every Cogniflow model, that’s a great advantage.
You can use it for client projects if you want if your plan limits are sufficient.
You can build your own AI models, which is our main feature, and you can connect through an API.
We are a distributed, talented and experienced team across the Americas.
Our platform differentiates from other AppSumo products because we offer an easy way to build your own AI models from text, image, or audio in the same platform providing a unifying experience and it gives our customers a lot of possibilities.
Please check out the tutorials on how to create your custom AI models (text, image, or audio): https://docs.cogniflow.ai/
The 2 other deals are products focused on sales and marketing cases that offer AI-powered features. We do not just offer AI-ready models for you, but our strength is the ability to create your own machine learning models without any code.
Our models are available using an API, so you need to copy a small code (javascript, node, c# or python) we provide into your website to connect them.
We do not have a way to discriminate against your users/clients, this is something you would need to do on your website to analyze use.
Please take a look at a long list of use cases you can do with Cogniflow here: https://appsumo.com/products/cogniflow/questions/i-see-the-value-of-image-object-recognit-955159/#957468
Please share the use cases you have in mind to explore further.
You can only add users to collaborate on the object detection labeling process. This is the tutorial on how to add them: https://docs.cogniflow.ai/en/article/how-to-label-images-for-an-object-detection-model-dcfg1y/
We are close to finishing a feature called "Organization," and when it is done (next few weeks), you will be able to add users to your account inside Cogniflow. We will notify all our users by email once it is ready.
Hi Marcelo, thanks for answering. Sounds great. I am looking forward to the new features. Would be cool to be able to have multiple Organizations, for multiple project teams, etc.
There are two possible ways to tackle this problem with Cogniflow. One is to train an image classification to detect a goal or not (at its simplest form) and then extract the frames of the video to check the model. The other option could be to train an audio classification to detect the game's narrator when he says "goal."
Please get in touch with us through our chat or email to explore more in detail if you are interested.
Yes, we are available for the 3 days extended to Plus Members.
If you want to use the same email account, you need to contact us to request the deletion of your free account before you can buy on AppSumo. Or you can use another email account for the free access.
If we understand your use case correctly, the quick answer is no with current features. Depending on your object, one possibility could be to use our pre-trained Object detection model, which identifies around 80 types of everyday objects to extract that object automatically. If your object is specific to your domain, you can train a custom object detection model. A final step to know precisely if it is the same object is to use an Image similarity model, which we plan to include early next year.
If you can share some examples of images or audio, that would be great for us to give better advice. You can send those to info@cogniflow.ai.
Q: I gather model training can be done in any language which is o your list of 50 languages, right?
I have tier 5 and for our international clients we would like to train a bot to help us conduct semistructured interviewing in various languages, as well as perform sentiment analysis on written data and transcripts.
Yes, custom text models will work on the 50 languages list. Our pre-trained sentiment analysis works only for English, Dutch, German, French, Spanish, and Italian. But you can build your own sentiment analysis to support more languages.
Q: I think Cogniflow will be able to help me extract ticket id from photos of tickets submitted by users.
As I understand it, each photo for analysis will be considered a prediction, right? If I reach the prediction limit, will I be able to pay for extra predictions?
Currently, we do not have a way to build custom generative models. What you can do in your case is, for example, to identify if a new icebreaker question would be a good one or not. Or you can build a text classification model to determine which type of icebreaker a new input is.
The model is yours and only accessible to your account. We have backups in place every day. We will have a way to export the model soon for Tier 5 plans.
Please remember that one of the most important parts of every AI model is the data used to train the models, so if you keep your data safe, that would be one of the best backup strategies.
Unfortunately, you cannot build it for now. For your use case, you would require a tabular data-based solution (a set of columns with all your sensors' values). Cogniflow works with unstructured data (image, text, audio). We plan to add capabilities for tab data in the future but it won’t be something to be included in the short term.
It is a great idea to concatenate different data but with words; imagine a simple example to build your Spam detector that you would concatenate the subject with the body. When you use just numbers, it won't perform well using this strategy.
Yes, that is a great idea and we are considering to add this integration in the future. Do you want to use Cogniflow from Airtable similar to what you would do with Excel or Google Sheets, right?
You can use Cogniflow to build some models that help you create a KYC solution. We will release a face similarity feature soon that will allow us to compare two photos of a person and validate their identity. We do not support video as an input yet, but we will. Having said that, if you extract the frames of a video, you can use any image or object detection model to classify or identify things.
I know you already book a demo so let's discuss this in more detail there.
Yes we plan to include in the near future a new model that supports many languages like Japanese. We do not have an exact date but we expect we can release it in the next few months.
1) Use our Public Experiment, “Extract text from Image,” and get all the texts and from that, find using a regular expression or some other logic to identify the text you are looking for. 2) Train an object detection experiment to detect the text you want to extract. Then running that model, you will get from an image the coordinates of that specific text. You can crop that part of the image and then run the public experiment "extract text from image" to just get the specific text.
Can you please share some image examples with info@cogniflow.ai so we can give you better advice on how to tackle this problem?
Currently, you can extract all the info from a receipt using our Public Experiment “Extract text from Image”: https://app.cogniflow.ai/experiment/e3310034-1aae-ffd0-ab0c-aa9763eba215
You get a JSON response with a list of texts and their coordinates detected (from our test model page, you can download a CSV file with all the data extracted). If you want to build an end-to-end solution, you probably need some programming or other no-code tools to help you calculate the exact position of the text you want to extract, or maybe a regular expression can do the work. Different formats can make this a difficult problem. Some ways exist to train an AI to detect key value information that we are evaluating to add in the future to Cogniflow.
If you want to discuss this in a more personal way, please request a call here: https://calendly.com/cogniflow/demo
Q: Hello, 1.
What do you mean by predictions per month, difference between training hours per month and trainings per month? Is there a way to understand how many predictions I will need?
2. I am confused as how will I input data to AI model, am I dependent on only your preset integrations like Excel, Google sheets etc. Can it pull data directly from url, in other words how will I input structured, unstructured and semistructured data? How will I export AI model and how can my clients deploy that AI model with their data?
3. Can I use it for client projects or only for my web based solutions, and apps [PWAs (progressive web applications), Android and iOS], what type of services based on this solution can I offer to my clients?
4. Am I dependent on prepopulated data and AI models as offered by you or can I build my own AI models, export and deploy them or only way to use such models is based on your API connection. I use Kconnectzit, FireAPIs, Meta APIs instead of Zapier (which is costly on monthly basis).
5. Where are you based, team size and years in business?
6. Can you differentiate it from similar Appsumo products like Gyana, Riku.ai, Deep Talk, and Hazlo?
Thanks
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hey,
Thanks for your interest.
One prediction is a call to any model, for example, 1 email or 1 tweet, you want to get the sentiment. In the case of images It is the same, 1 image - 1 prediction (an x-ray image for example). In the case of audio, 1 prediction corresponds to a max of 30 secs. If you want to process one audio of 2 minutes, it will require 4 predictions.
# Trainings per month are unlimited for the Appsumo deal. When you build a custom model it will take computation time there is a limit depending on your tier. As a reference, a simple text classification model of 1000-2000 records would take around 5-10 minutes to train.
We currently support only unstructured data, and the ability to export a model will be ready early next year. Our typical client does not want to deal with infrastructure/deployment activities, so we offer an API ready for every Cogniflow model, that’s a great advantage.
You can use it for client projects if you want if your plan limits are sufficient.
You can build your own AI models, which is our main feature, and you can connect through an API.
We are a distributed, talented and experienced team across the Americas.
Our platform differentiates from other AppSumo products because we offer an easy way to build your own AI models from text, image, or audio in the same platform providing a unifying experience and it gives our customers a lot of possibilities.
Thanks!
Share Cogniflow
Verified purchaser
Hi,
1. How can I build model and then use API to offer that to users of my products. Can I build a model and deploy it on my website?
2. How is it different from "Q by substrata , and Persona by Delve AI", two ongoing deals on Appsumo.
3. Will I get code of underlying model, which programming language is used for producing model code?
4. Can I dive limits among different clients?
Thanks
Hi,
Please check out the tutorials on how to create your custom AI models (text, image, or audio):
https://docs.cogniflow.ai/
The 2 other deals are products focused on sales and marketing cases that offer AI-powered features. We do not just offer AI-ready models for you, but our strength is the ability to create your own machine learning models without any code.
Our models are available using an API, so you need to copy a small code (javascript, node, c# or python) we provide into your website to connect them.
We do not have a way to discriminate against your users/clients, this is something you would need to do on your website to analyze use.
Please take a look at a long list of use cases you can do with Cogniflow here:
https://appsumo.com/products/cogniflow/questions/i-see-the-value-of-image-object-recognit-955159/#957468
Please share the use cases you have in mind to explore further.
Thanks
Verified purchaser
hi
is the ability to export a model available now? literally been waiting for it.
Q: Any chance to revisit this deal?
They recently improved with a ChatGPT4 tool
Verified purchaser
Share Cogniflow
Q: I missed this.
:(
Any possibility to have it back?
Verified purchaser
Share Cogniflow
Q: How can I add other users so they can upload files and start processing to my subscription/account/tier?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi jurkov,
You can only add users to collaborate on the object detection labeling process. This is the tutorial on how to add them:
https://docs.cogniflow.ai/en/article/how-to-label-images-for-an-object-detection-model-dcfg1y/
We are close to finishing a feature called "Organization," and when it is done (next few weeks), you will be able to add users to your account inside Cogniflow. We will notify all our users by email once it is ready.
Thanks,
Share Cogniflow
Verified purchaser
Hi Marcelo, thanks for answering. Sounds great. I am looking forward to the new features. Would be cool to be able to have multiple Organizations, for multiple project teams, etc.
Q: Hi!
Thanks for coming to AppSumo!
Could this work on video clips of soccer to identify passes versus goals for example?
Thanks!
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi pandacat!
There are two possible ways to tackle this problem with Cogniflow. One is to train an image classification to detect a goal or not (at its simplest form) and then extract the frames of the video to check the model. The other option could be to train an audio classification to detect the game's narrator when he says "goal."
Please get in touch with us through our chat or email to explore more in detail if you are interested.
Thanks!
Share Cogniflow
Q: Hello Marcelo (or Cogniflow Team), A few questions: (1) Are you going to be available for the 3 or say days ...
extended to Plus Members after your deadline?
(2) If I start a free trial today with my main email address, will I be able to upgrade to redeem Appsumo codes with that same email address?
Thanks in advance.
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi mavener!
Yes, we are available for the 3 days extended to Plus Members.
If you want to use the same email account, you need to contact us to request the deletion of your free account before you can buy on AppSumo. Or you can use another email account for the free access.
Thanks,
Share Cogniflow
Thanks Marcelo.
Q: Will you come back to appsumo later?
Y bcos, am planning to buy tier 3, if it goes well in future can i upgrade to tier 5?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi Vishnu,
We do not plan to come back in the short term.
Unfortunately, changes between Tiers are only allowed during our Appsumo campaign.
Thanks,
Share Cogniflow
Q: Will you be here on the blackfriday sales ?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi Vishnu_VU,
At least for now, we do not plan to be included on black Friday. We will let you know in case our plans change.
Thanks,
Share Cogniflow
Q: Can Cogniflow detect if a given object (by entering its picture as an input, not training for the same ...
object) is included on a bigger picture? Same with an audio.
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi d4f,
If we understand your use case correctly, the quick answer is no with current features.
Depending on your object, one possibility could be to use our pre-trained Object detection model, which identifies around 80 types of everyday objects to extract that object automatically. If your object is specific to your domain, you can train a custom object detection model. A final step to know precisely if it is the same object is to use an Image similarity model, which we plan to include early next year.
If you can share some examples of images or audio, that would be great for us to give better advice. You can send those to info@cogniflow.ai.
Thanks,
Share Cogniflow
Q: I gather model training can be done in any language which is o your list of 50 languages, right?
I have tier 5 and for our international clients we would like to train a bot to help us conduct semistructured interviewing in various languages, as well as perform sentiment analysis on written data and transcripts.
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi Iana9,
Yes, custom text models will work on the 50 languages list. Our pre-trained sentiment analysis works only for English, Dutch, German, French, Spanish, and Italian. But you can build your own sentiment analysis to support more languages.
Thanks,
Share Cogniflow
Q: Is the model compatible with any JS or Python library?
Basically is it possible to host the model ourselves on our own server?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi Taiff,
We will release a way to export models to be hosted in external servers just for the Tier 5 plan, but currently, it is not possible.
Our tech stack is on top of the python ecosystem.
Thanks,
Share Cogniflow
Q: I think Cogniflow will be able to help me extract ticket id from photos of tickets submitted by users.
As I understand it, each photo for analysis will be considered a prediction, right?
If I reach the prediction limit, will I be able to pay for extra predictions?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi lf_fdz,
Yes, you can do that using our pre-trained model, "Extract text from image." Correct, one image is one prediction.
You can contact us at info@cogniflow.ai to get a quote for extra predictions.
Thanks,
Share Cogniflow
Q: Hello, is it possible build my own icebreaker’s generator for prospection based on company sur description ?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi,
Currently, we do not have a way to build custom generative models. What you can do in your case is, for example, to identify if a new icebreaker question would be a good one or not. Or you can build a text classification model to determine which type of icebreaker a new input is.
Thanks,
Share Cogniflow
Q: Who owns the model?
Can I download the model for a backup?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi jurkoy,
The model is yours and only accessible to your account. We have backups in place every day. We will have a way to export the model soon for Tier 5 plans.
Please remember that one of the most important parts of every AI model is the data used to train the models, so if you keep your data safe, that would be one of the best backup strategies.
Thanks,
Share Cogniflow
Q: Hello, Congiflow sounds very tempting.
My question is, can I also use e.g. csv data with senor read-outs for the AI? I mean, tables with x-y values to train my model? Thanks and greetings
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi there,
Unfortunately, you cannot build it for now. For your use case, you would require a tabular data-based solution (a set of columns with all your sensors' values).
Cogniflow works with unstructured data (image, text, audio). We plan to add capabilities for tab data in the future but it won’t be something to be included in the short term.
Thanks,
Share Cogniflow
Many thanks for your quick an detailed answer.
Best greeting
Can we not concatenate the various values into a single cell and then one additional column for label? Use it then as input for the text module?
Hi Taiff,
It is a great idea to concatenate different data but with words; imagine a simple example to build your Spam detector that you would concatenate the subject with the body. When you use just numbers, it won't perform well using this strategy.
Hope this helps!
Q: How about an Airtable integration?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi Alejandro,
Yes, that is a great idea and we are considering to add this integration in the future. Do you want to use Cogniflow from Airtable similar to what you would do with Excel or Google Sheets, right?
Thanks,
Share Cogniflow
Verified purchaser
Thanks for the reply.
Yes, precisely similar to the Google Sheets integration.
I've purchased a code, looking forward to the Airtable integration.
Q: can I use it to build my own eKYC?
Is video AI model included in appsumo deal?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi JN,
You can use Cogniflow to build some models that help you create a KYC solution. We will release a face similarity feature soon that will allow us to compare two photos of a person and validate their identity.
We do not support video as an input yet, but we will. Having said that, if you extract the frames of a video, you can use any image or object detection model to classify or identify things.
I know you already book a demo so let's discuss this in more detail there.
Thanks!
Share Cogniflow
Q: Hi.
Do you have any future plans to support analysis of Japanese audio?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi,
Yes we plan to include in the near future a new model that supports many languages like Japanese. We do not have an exact date but we expect we can release it in the next few months.
Thanks,
Share Cogniflow
With model I mean audio transcription. Thanks
Q: Hi!
Can the AI be trained to extract specific text from an image?
I just want some information in the image, not everything.
Thanks!
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi knot,
Yes, you can. You have two ways:
1) Use our Public Experiment, “Extract text from Image,” and get all the texts and from that, find using a regular expression or some other logic to identify the text you are looking for.
2) Train an object detection experiment to detect the text you want to extract. Then running that model, you will get from an image the coordinates of that specific text. You can crop that part of the image and then run the public experiment "extract text from image" to just get the specific text.
Can you please share some image examples with info@cogniflow.ai so we can give you better advice on how to tackle this problem?
Thanks,
Share Cogniflow
Q: can i build a receipt ocr tool that will have a picture of a receipt as input and store, line items, line ...
item quantity, line item price and total price as output ?
Verified purchaser
Marcelo_Cogniflow
May 14, 2024A: Hi Lucian,
Currently, you can extract all the info from a receipt using our Public Experiment “Extract text from Image”:
https://app.cogniflow.ai/experiment/e3310034-1aae-ffd0-ab0c-aa9763eba215
You get a JSON response with a list of texts and their coordinates detected (from our test model page, you can download a CSV file with all the data extracted). If you want to build an end-to-end solution, you probably need some programming or other no-code tools to help you calculate the exact position of the text you want to extract, or maybe a regular expression can do the work. Different formats can make this a difficult problem. Some ways exist to train an AI to detect key value information that we are evaluating to add in the future to Cogniflow.
If you want to discuss this in a more personal way, please request a call here:
https://calendly.com/cogniflow/demo
Thanks,
Share Cogniflow