Manufacturers & Distributors

Rochester Electronics is the world’s largest continuous source of semiconductors–100% Authorized by over 70 leading semiconductor manufacturers. Rochester's comprehensive semiconductor lifecycle solutions include authorized distribution, licensed manufacturing, and manufacturing services.

The Challenge

Infinity Mesh - Case Study - Challenge 1

Dealing with an ever-increasing number of Bills of Materials from clients, Rochester Electronics decided that it's time to upgrade the BOM maintenance and administration system.

Infinity Mesh - Case Study - Challenge 2

Our team was tasked with system redesign in order to accommodate increasing customer needs. We had to fully grasp how Rochester Electronics operates their business, and also be mindful of their interaction with other clients, because the system would have to communicate with third party API's.

Infinity Mesh - Case Study - Challenge 3

We had to develop a custom tailored web app, which would facilitate easy data manipulation and setup a series of scheduled tasks, which would perform heavy data transactions between the database and large number of BOM's.

The Cape Ann Solution

We created a modern web application, focusing on ease of use, delivering all the requested operations that were to be performed on a BOM, such as entry, edit, deletion, upload and save. App was customized to accept, recognize and be able to modify excel spreadsheets which are commonly used in this scenario. We carefully implemented custom scheduled tasks to perform batch transactions with database, and log if any errors were to happen during transfer. Special care was taken when designing this aspect of the application, because we had to ensure no server clogging would happen at any given time. MEAN stack architecture was used very effectively due to large quantities of data being moved around.

Technology Companies

RevTwo is a pioneer company offering support for mobile or Internet of Things applications. Their brand name is layered and comes from two words, revision - which is another word for GENERATION and two - which in this case symbolizes a new iteration of something, the NEXT version. This alludes to RevTwo providing the next generation of support in a world where Internet of Things is becoming an increasingly growing topic. IoT is affecting our lives and the way we operate on a daily basis. Revtwo combines remote access and support which scales to IoT levels.

The Challenge

Infinity Mesh - Case Study - Challenge 1

Develop a service which would provide communication and remote access to Linux OS or container

Infinity Mesh - Case Study - Challenge 2

Make SDK for adding data and custom logic for the application running on Linux

Infinity Mesh - Case Study - Challenge 3

Make a web application which would serve as a workspace

The Cape Ann Solution

We used C++ to develop a complex agent service with an SDK allowing the application to collect data. We ensured communication would happen in realtime and agent was always online and ready to respond by using PubNub's realtime push/subscribe messaging API and their network currently serving over 300 million devices and streaming more than 750 billion messages per month. We used WebRTC to handle the session and data transfer, which ensures a fast peer-to-peer connection. This approach was very elegant and it secured key product strengths: reliability, high speed and responsiveness.

What RevTwo said...

Testimonial - Dale Calder
Dale Calder
Founder and CEO – RevTwo, Inc
Healthcare & Institutions

In 1968 a group of parents established The Wirral Society for Autistic Children, which was the forerunner for our organization today. Autism Together has grown from providing support to people with autism, to providing a wide range of living options, day services and community support to people all over the UK. Autism Together campaigns on behalf of all individuals affected by autism, they encourage all supporters to get involved with fundraising and volunteering. They offer comprehensive training and job development for all their employees.

The Challenge

Infinity Mesh - Case Study - Challenge 1

Autism Together hired us along with another researcher abroad to develop a system which would track and comprehend all the data they record while monitoring individuals with autism. We had to investigate all the data they capture, video feeds, and data collected by third party applications.

Infinity Mesh - Case Study - Challenge 2

We were tasked to develop a tool where all of this data can be presented together in a comprehensible manner and intuitive user interface. This is why the second challenge was designing a tool which would display all this data in a simple and effective manner, where user could easily navigate around the data to discern significant from insignificant or invalid data.

Infinity Mesh - Case Study - Challenge 3

Personnel could then observe and obtain statistics from this data, as well as draw some higher level conclusions supported by this data. Challenge here was to make sure selecting a time slice of data would synchronize between all the recorded data and filter it to that selected time range.

The Cape Ann Solution

We have built a complete application using Angular on frontend and Python on backend side. We developed a full API to handle file upload (video and various data spreadsheets), and also integrated S3 into the app so that files can be downloaded directly from S3 bucket. We gave the client ability to create presentations of data, where they can select which data they want to display on the presentation from all available data. A post-processing filter was added to the tool to validate and differentiate between usable and non-usable data. Video data was displayed in a video player while sensory data was shown on a chart next to the video. Chart was linked to the video so that selecting a point on chart would forward video to that same point in time.

Healthcare & Institutions

NuVasive strives to develop novel surface and structural technologies to enhance the osseointegration and biomechanical properties of surgical materials. They develop proprietary design and manufacturing methods behind Advanced Materials Science that create implants intelligently designed for fusion. As the leader in spine technology innovation, they maintain focus on transforming spine surgery to deliver clinically-proven surgical outcomes. LessRay powered by Surgical Intelligence, is an image enhancement platform designed to take low-quality, low-dose images and improve them to look like conventional full-dose images. X-ray or fluoroscopic radiation has been identified as a potential cause for a host of medical problems. LessRay offers the physician and hospital system the opportunity to use significantly reduced radiation imaging in the O.R.

The Challenge

Infinity Mesh - Case Study - Challenge 1

Nuvasive wanted us to collaborate with them on a proof of concept project which would completely change the way their LessRay platform operates. Our first challenge was to quickly grasp the way their current system operates, and the logic behind LessRay X-ray imaging.

Infinity Mesh - Case Study - Challenge 2

Instead of just enhancing low-dose images that x-ray device records, it would have an embedded neural network which would isolate specific areas on the low-dose image. Challenge was to grasp how the neural network works and how it ties together with Mask R-CNN framework, and to validate and assess the quality of Mask R-CNN resulting images.

Infinity Mesh - Case Study - Challenge 3

Final challenge was to design an algorithm would then locate the same areas on a full-dose image and replace low-quality, grainy areas with appropriate high resolution areas from full-dose image using geometric transformations.

The Cape Ann Solution

Tensorflow was used to manipulate the neural network which has a state of the art Mask R-CNN framework for object segmentation built on top of it. This neural network (NN) was trained using a vast amount of images Nuvasive provided for NN calibration, and then used on fresh images to test how well the recognition algorithm works in practice. After Mask R-CNN locates and marks the areas of interest (zones) on low-dose image, these same zones would be located on the full-dose image and replaced accordingly. Due to complex and sensitive nature of project, only scalar transformations are allowed on the image. We successfully set up the network and Mask R-CNN framework running in the environment and used Python for zone extraction. Big emphasis was placed on speed of development because this was only a prototype project. This is why Python and all the sci libraries like Tensorflow, scipy, opencv, keras, and others available in it were put in use.