RPA Nano
In today's rapidly evolving technological landscape, the intersection of Robotic Process Automation (RPA) and artificial intelligence (AI) has ushered in a new era of efficiency and innovation. My journey into developing RPA nano services stems from a profound belief in leveraging technology to streamline processes traditionally reliant on manual programming.
What is RPA Nano?
Introduction In today's rapidly evolving technological landscape, the intersection of Robotic Pro...
Workflow
End user inputs text from UI Frontend sends that input via API API calls NLP Parser NLP Parser ...
API Server Installation
Preparation apt install python3-pip apt install python3.12-venv python3 -m venv env source env/bi...
Run RPA Router as Service
Create service file sudo nano /etc/systemd/system/rpa-nano.service [Unit] Description=RPA Nano A...
Run Server with Virtual Environment
Installation sudo apt install python3-virtualenv -y Build virtual environment. virtualenv env A...
NLP Parser
NLP Parser parses the text into token model. Token model is a model that contains the structure o...
API References
POST /api/rpa/nlp Usage: curl -X POST -H "Content-Type: application/json" -d '{"message": "what t...
NLP Library Installation
For English: python -m spacy download en_core_web_sm