dwyl / image-classifier

🖼️ Classify images and extract data from or describe their contents using machine learning
GNU General Public License v2.0
22 stars 3 forks source link

Editing and opening files on Windows 11 #152

Open MikeRund opened 3 weeks ago

MikeRund commented 3 weeks ago

I'm trying to follow this tutorial on a windows 11 machine, but have only coded in an IDE before. This tutorial appears to use the terminal. When it comes to opening and editing files I'm unsure on the best way to approach this, yet the tutorial makes it appear to be a very natural process.

nelsonic commented 3 weeks ago

@MikeRund thanks for opening this issue to capture your progress. 👌 Open issues as soon as you spot any obstacle to your progress. 🙏 I will attempt to address them in my next work-break. ⏳ The more questions you ask the better for everyone! 💬

Answer

while some people certainly use Vim to edit Elixir projects and it works well, many people use VSCode / VSCodium for Elixir work.

We haven't found an IDE that doesn't work with Elixir/Erlang. 🤷‍♂️ Please use what you already have and are familiar with, and install any relevant plugins for Elixir.

Please follow the Prerequisites: https://github.com/dwyl/image-classifier?tab=readme-ov-file#prerequisites and specifically the /dwyl/phoenix-chat-example and /dwyl/phoenix-liveview-counter-tutorial

If you don't know the basics of Phoenix, then using Phoenix in a more advanced/complex project will be like trying to do Calculus without learning Algebra. 😜

Crawl > Walk > Run > Fly!

GOTO: https://github.com/dwyl/dev-setup/issues/66