November 2021 Summaries
4 posts from Gretel.ai
Filter
Month:
Year:
Post Summaries
Back to Blog
The author reflects on their experience working with other veterans to assist in the evacuation of people from Afghanistan during Operation GTFO. They used various open-source tools, such as Uber's Hexagonal Hierarchical Spatial Index (H3) and Folium for visualization, to analyze location data and find safe evacuation routes. The author also shares a Python module they created to automate some of the tasks involved in density analysis using H3. They emphasize the importance of open-source technology in enabling collaboration among veterans and other supporters in such missions.
Nov 28, 2021
1,395 words in the original blog post.
Gretel's NLP setting can be used to label PII such as people names and geographic locations in free text. The blog post guides users through analyzing a Yelp reviews dataset using Gretel's NLP and labeling APIs. It explains how to install the necessary Python dependencies, connect to Gretel's API service, load a sample dataset containing PII into Pandas, create a project in Gretel for labeling data, configure the classification model, verify it, and run the full dataset through it. The post also mentions that Gretel can replace names and addresses with fake versions or securely hash PII to meet compliance requirements.
Nov 09, 2021
685 words in the original blog post.
Gretel.ai's APIs can be used for continuously detecting and protecting sensitive data such as credit cards, credentials, names, and addresses in streaming data. This is important to maintain compliance with standards like GDPR and CCPA and to earn customer trust. Many companies discover and label personal data through manual reviews of their databases and datasets, which can be time-consuming and error-prone. Gretel's named entity recognition APIs make it simple to identify, label, and transform sensitive content continuously before it is ever written to disk. The platform currently detects over 40 entity types in both structured and unstructured data.
Nov 09, 2021
567 words in the original blog post.
Gretel has raised $50 million in funding to advance its mission of bringing "privacy by design" to all developers. The company aims to solve data privacy problems with elegant and extensible tools, addressing issues such as improperly labeled data, lack of high-quality synthetic data, and real-time anonymization for development, research, and testing. Gretel's Privacy Engineering as a Service offers easy-to-use developer APIs and tools to label and classify, transform and anonymize, and generate synthetic data. The company is focused on building trust and transparency through its open-source core and has seen significant growth in the number of users over the last year. Gretel is currently hiring for positions related to privacy and technology for developers.
Nov 02, 2021
582 words in the original blog post.