Join us

ContentRecent posts and updates..
Story
@dheerajydv19 shared a post, 4 years ago
Founder, OSINT Ambition

Facial Emotions Recognition through Deep learning

We will create a real-time facial emotions recognition system using python. This system can be tested on both videos including webcam and photos.

Dev Swag
@ByteVibe shared a product

Cowboy Coding - Developer / Programmer / Software Engineer Kiss Cut Sticker

#developer  #merchandise  #swag 

👨‍🚀 ByteVibe, a space out of space 👨‍🚀 ─ ✅ White or transparent✅ Durable color / long lasting✅ Durable material✅ Vibrant colors✅ Grey adhesive left side for white stickers✅ 100% vinyl with 3M glue✅ Gl...

Story
@surajn222 shared a post, 4 years ago

Simplifying context managers in python

Using the 4 step process in the diagram above above, any code can be converted in context manager.Context managers can be used in situations when the code has the below structure:Open/Setup/EnterExecute/ImplementClose/Teardown/ExitExamples of context managers:Open, read, close fileOpen connection of..

Story
@boldlink shared a post, 4 years ago
AWS DevOps Consultancy, Boldlink

AWS Security Intro – 4. Data

AWS CloudFormation AWS EKS AWS CodePipeline AWS API Gateway AWStats

When it comes to Data, we understand that misconfigurations can expose your data to be exposed or exploited against our customers. But if guided in the correct way to use the best solutions on AWS, they can avoid the misconfigurations and pitfalls of having an abundance of choices on AWS.AWS Shared ..

Story
@dariaip shared a post, 4 years ago

How to ensure data type correctness at Python

Python is a programming language which is famous for its polymorphism. It means that the same operation will work differently with objects of different data types. It’s very useful but in some cases can lead to unexpected behaviour of your code.

Photo by Andrea De Santis on Unsplash
Story
@rafeekpro shared a post, 4 years ago
Backend Developer, ML, AI, GCP, Accenture

Create a ML project exposed with API

We are going to modify the data for the training format. It will be stored as a json file.

Story
@pravand shared a post, 4 years ago
Senior Software Engineer, Siemens

Builder Design Pattern in Go

Implementing Builder pattern is to build complex objects piece-by-piece providing more flexibility and readability to the code. In this article, we would learn when and how to implement Builder Pattern to build complex objects.

Story
@ravipnsit shared a post, 4 years ago

Building ML Feature Lake

Highlighting use-case of two popular software, apache spark, delta lake and PrestoDB for building a reliable, scalable, fast, versatile data storage for large scale enterprise data for Machine Learning use cases.

Story
@arth_kumar11 shared a post, 4 years ago
Author

Making a Subdomain Scanner in Python

To test all common subdomain names of that particular domain, whenever we receive a response from the server, that’s an indicator for us that the subdomain is alive.

Story
@coucou_camille shared a post, 4 years ago

Lambda Functions in Python — Filter, Map & Reduce

A lambda function is a anonymous function with syntax lambda args: expression . The expression is executed on the arguments and the result is returned.

Image by Author
Story
@vedantghodke shared a post, 4 years ago
Cisco Systems, Inc.

Deep Learning Using Neural Networks For Natural Language Processing

In the digital era of today, organizations and businesses are inundated with huge amounts of unstructured data. The end-user(s) cannot evaluate and process these large amounts of data unless they have an appropriate methodology and implementation plan, supported by cutting-edge technology. This is where the term Natural Language Processing (abbreviated as NLP) comes into the picture.