Gupta
hi,
I want to work on image processing using elixir and as of now I come to know about Evision library which is used for image processing and is based on OpenCV.
But how to install it and and how to get started with it i dont know.
and where i can get some material about the syantx and the features of Evision with elixir.
can anyone tell me the whole process?
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello!
Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app.
I creat...
New
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
apply_graft/2 doesn’t rewrite an add_many sub-workflow’s deps on an add step. Grafted jobs cancel with “upstream job was deleted”
Version...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
soup
Did you try the installation instructions?
kokolegorille
Well, what did You try?
There seems to be a lot of people wanting to use eVision… all with the same question.
hauleth
Because of https://portal.e-yantra.org/
Gupta
I went through this installation and did the first two steps
which are : $ mix new my_app
and : Then you can add evision as dependency in your mix.exs.
so after doing this i got this :
: also Added this thing in mix.exs
and after this i am not able to understand to process of installation
soup
You need to get the dependencies. See this section of the getting started guide: External Dependencies. Make sure you run this from the same directory that contains the
mix.exsfile.dimitarvp
Did you go through the official Mix tutorial?
derek-zhou
Very interesting idea. However, if it is a prized and timed limited competition, then shouldn’t all external help considered cheating? Imagine someone at the chess tournament and bring out their phone to consult an engine …
Gupta
actually after going through the link i was only able to understand some part most of the part was going over head,
but I again tried to understand it but but didnt getting it.
what i did isn’t enough or I have to do somthing more complicated things?
Running normal scripts of elixir on vs code is easy but
what i just need is to install Evision library and use it in a script.
kokolegorille
There is a huge cheating scandal in chess at the moment
derek-zhou
I know, it is part of the reason I brought it up. It is one thing to help people with their work related problem; although there is money involved, at least no one is being disadvantaged. However, if this is a competition, and there are honest people spending time learning all the stuff from publicly available resource, yet someone asked the person who knows and gain an advantage, that is not fair.