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.

Healthcare & Institutions

Lu'lu Naturals brand offers all-skin skin care & supplements product line. They were looking to expand their business by creating an E-commerce website which would showcase their products and branding. They approached us to develop this project.

The Challenge

Infinity Mesh - Case Study - Challenge 1

Develop an SEO friendly E-commerce platform with a set of custom functionalities such as custom referrals, custom shipping management and a responsive design.

Infinity Mesh - Case Study - Challenge 2

Customized email notification system with full integration for Amazon, Paypal with payment gateway, integration for Facebook, Twitter, Youtube and Google.

Infinity Mesh - Case Study - Challenge 3

Fully customized account dashboard with various capabilities for management and overview of: orders, personal information, subscription stats, referrals, cart, wishlist, recently ordered items and order history.

The Cape Ann Solution

The first step before starting to work on any project would be investigation. Cape Ann team will identify the project scope, arrange a communication plan with the client, establish how involved the client will be during the project development and then choose the right strategy for development. Considering the number of features client requested to be finished over the six month development duration period, we chose SCRUM Agile to ensure team worked collaboratively with the client and stayed in sync. Along with standard features most webpages would have (login, account management, basic pages like Home, Contact Us, News, Faq, Help, About Us), we developed a custom dashboard, and provided client with fully custom CMS backend system packed with different functionalities like CMS for Information Page and for individual content, ability to view, edit, create and fulfill orders from admin panel; complete invoice management, shipment management, ability to create one or multiple shipments and credit memos per order to allow for split fulfillment, and reporting with ability to print invoices and packing slips. Stack used was ASP.NET 4.5, C#, MS SQL Server 2008 R2, Paypay Rest Api and Amazon payments with Bootstrap, jQuery and Knockout Js on frontend side. The initial production release was completed after 5 months, and the succeeding 2 months were spent refining the product and releasing subsequent iterations.

Solution

What Lu'lu Naturals said...

Zlatko Vejzovic
CEO and Founder
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.

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.