You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use postal/libpostal but I'm on a closed system (no direct internet access). However, I can get things imported through special means. For example, I was able to have our SysAdmins clone https://github.com/openvenues/libpostal to our local networks. The problem from here is that when I go through the instruction to build the C library, my system can't reach out to get the data (the already trained model) required (S3 bucket is it?).
Is there a location I can get to (1) download the data (already trained model) required so I can put into our local S3 buckets, and (2) what instructions would I need to run after cloning the previously mentioned github so that I could point the "make" process to the local S3? Your assistance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
kmsnyde
changed the title
Getting Data for closed system
Getting Data (Model) for closed system
Dec 13, 2023
Hi!
I want to use postal/libpostal but I'm on a closed system (no direct internet access). However, I can get things imported through special means. For example, I was able to have our SysAdmins clone https://github.com/openvenues/libpostal to our local networks. The problem from here is that when I go through the instruction to build the C library, my system can't reach out to get the data (the already trained model) required (S3 bucket is it?).
Is there a location I can get to (1) download the data (already trained model) required so I can put into our local S3 buckets, and (2) what instructions would I need to run after cloning the previously mentioned github so that I could point the "make" process to the local S3? Your assistance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: