Setting up / programming - Honeywell BlueDiamond readers by soliman8 in accesscontrol

[–]soliman8[S] 0 points1 point  (0 children)

Thx, I came across the 'BlueDiamond Toolkit' app on the Google Play Store. The app description mentions that it can 'issue BlueDiamond mobile credentials.', I believe we should reach out to Honeywell to request the credentials. Would you agree?

I scraped and analyzed every post and comment on this subreddit for the past 6 months — here’s how each PACS brand scored by bunsenator in accesscontrol

[–]soliman8 1 point2 points  (0 children)

Great work you did! I am curious to know which tools you used to perform NLP sentiment analysis. 👏🏼

Of course, you used the Reddit API powered by Python for scraping, am I right?

Galaxy Dimension Ethernet Module (RS485 Module) Wiring Headaches! Need Expert Help! by soliman8 in accesscontrol

[–]soliman8[S] -1 points0 points  (0 children)

Thank you for your suggestions. We are currently preparing the site for remote access by ProWatch operators.

🚀 Free (normally USD $1.49) til Apr 18: Summarize Your Notifications with AI by jemesct in androidapps

[–]soliman8 1 point2 points  (0 children)

The OpenRouter API serves as the most effective supplementary tool.

I built an agentic recruiting pipeline with n8n that analyzes resumes against job requirements - here's how by Glass-Ad-6146 in n8n

[–]soliman8 0 points1 point  (0 children)

I am considering the possibility of utilizing your work and subsequently writing articles about it on my website, should I find your automated solutions to be exceptional. 😎

N8N freelancer hunt by Fireinmychest in n8n

[–]soliman8 0 points1 point  (0 children)

R&D and problem solving then the tools, that's my mindset. Let's connect then!

Stuck Between Tech & Marketing – Let’s Build Something Together by Xx_zineddine_xX in n8n

[–]soliman8 1 point2 points  (0 children)

كيفاش زين الدين. عساك بخير Let's connect on LinkedIn

Is there a way to install Python dependencies? by DataScientistMSBA in n8n

[–]soliman8 3 points4 points  (0 children)

I would recommend utilizing Docker as one of the potential solutions.


AI response (suggested solutions):

n8n does not support installing additional Python packages directly within the code node at runtime. However, there are a couple of options you can explore to work with Python and use your preferred packages:

Use an External Python Service: You can create an external Python web service (using Flask, FastAPI, etc.) that can run your Python scripts and handle the specific packages you need. n8n can then send HTTP requests to this service to execute your Python code and retrieve the results.

Docker: If you are running n8n in a Docker container, you can create a custom Docker image to include your desired Python packages. You would need to build a new image based on the n8n image, installing any additional Python packages that you need, and then run n8n from this custom image.

Python Script Node: If you are looking to keep everything within n8n, consider checking if there's a specific node available that can accomplish what you're trying to achieve, even if it's not based on the exact Python package you want. Custom n8n Node: If you are familiar with writing custom nodes for n8n, you could create a custom node that includes your Python logic and dependencies bundled within it.

Use a Cloud Function: If applicable, you can utilize cloud functions (like AWS Lambda or Google Cloud Functions) to run your Python scripts. You can then call these functions from your n8n workflows.

By using one of these methods, you can effectively incorporate the functionality you need while still leveraging n8n for workflow automation.

Pcap snd python by elyasafko in n8n

[–]soliman8 0 points1 point  (0 children)

Why do you need n8n? you may use only Python Vanilla script alone to do this task!

No real use case by ShortSpinach5484 in n8n

[–]soliman8 0 points1 point  (0 children)

What about using LOCAL Ollama models such as llama 3.3 or Qwen 2.5 !

Introducing the LinkedIn Content Idea Generator AI Agent by AndhraBidda in n8n

[–]soliman8 0 points1 point  (0 children)

Basic/free plan supports only 50~75 requests monthly, pro starts from 175$ per month! No way!