Artwork

Nội dung được cung cấp bởi Nick Janetakis and Nick Janetakis - Full stack developer. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Nick Janetakis and Nick Janetakis - Full stack developer hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.
Player FM - Ứng dụng Podcast
Chuyển sang chế độ ngoại tuyến với ứng dụng Player FM !

Robot Accounts AI Provides a System to Let You Categorize Invoices

1:10:33
 
Chia sẻ
 

Manage episode 303228714 series 2589818
Nội dung được cung cấp bởi Nick Janetakis and Nick Janetakis - Full stack developer. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Nick Janetakis and Nick Janetakis - Full stack developer hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.

In this episode of Running in Production, Josh Kinabrew goes over building an AI driven invoice categorization system using Ruby on Rails. It’s hosted on Heroku and AWS and has been up and running since 2013.

Josh talks about training an AI system to scan and break down pictures of invoices, managing thousands of clients, using the latest stable version of Rails, using Sidekiq Pro, interfacing with QuickBooks and more.

Topics Include

  • 1:52 – A little bit about how the service works
  • 5:32 – Training an AI to process invoice items
  • 8:33 – Thousands of clients and the motivation to use Ruby on Rails
  • 10:28 – Using AWS Rekognition’s Textract and SageMaker for AI and ML decisions
  • 14:55 – It takes about 2 minutes to get an initial result after uploading an invoice
  • 18:12 – The mobile version is served through a responsive web application
  • 21:36 – They’re using the latest stable Rails release with good test coverage
  • 25:31 – Going over a few types of Sidekiq Pro driven background jobs that are running
  • 29:28 – Action Mailbox was a huge win for them, it’s also a monolithic code base
  • 31:54 – They’re using Heroku’s CI service
  • 32:52 – Good old Sprockets is used for the asset pipeline at the moment
  • 35:31 – Josh really likes Postgres, Redis is also being used quite a bit
  • 40:22 – What it’s like to work with QuickBook’s imports and exports
  • 46:30 – Most things are hosted on Heroku (2 worker and web Dynos)
  • 49:05 – Papertrail, Sentry and Mailgun are being used
  • 51:42 – Before sending emails most agriculture folks were faxing paperwork
  • 52:50 – The deploy process from development to production
  • 54:58 – Terraform is used to spin up the infrastructure, even on Heroku
  • 59:48 – Avoiding real customer data when copying data from prod to dev
  • 1:05:42 – Currently there’s no external monitoring checking the site for up-time
  • 1:07:49 – Best tips? Don’t worry about being perfect, get something out there
  • 1:09:43 – They’re hiring, you can email Josh and they’re on Twitter too

Links

📄 References
⚙️ Tech Stack
🛠 Libraries Used

Support the Show

This episode does not have a sponsor and this podcast is a labor of love. If you want to support the show, the best way to do it is to purchase one of my courses or suggest one to a friend.

  • Dive into Docker is a video course that takes you from not knowing what Docker is to being able to confidently use Docker and Docker Compose for your own apps. Long gone are the days of "but it works on my machine!". A bunch of follow along labs are included.
  • Build a SAAS App with Flask is a video course where we build a real world SAAS app that accepts payments, has a custom admin, includes high test coverage and goes over how to implement and apply 50+ common web app features. There's over 20+ hours of video.
  continue reading

108 tập

Artwork
iconChia sẻ
 
Manage episode 303228714 series 2589818
Nội dung được cung cấp bởi Nick Janetakis and Nick Janetakis - Full stack developer. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Nick Janetakis and Nick Janetakis - Full stack developer hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.

In this episode of Running in Production, Josh Kinabrew goes over building an AI driven invoice categorization system using Ruby on Rails. It’s hosted on Heroku and AWS and has been up and running since 2013.

Josh talks about training an AI system to scan and break down pictures of invoices, managing thousands of clients, using the latest stable version of Rails, using Sidekiq Pro, interfacing with QuickBooks and more.

Topics Include

  • 1:52 – A little bit about how the service works
  • 5:32 – Training an AI to process invoice items
  • 8:33 – Thousands of clients and the motivation to use Ruby on Rails
  • 10:28 – Using AWS Rekognition’s Textract and SageMaker for AI and ML decisions
  • 14:55 – It takes about 2 minutes to get an initial result after uploading an invoice
  • 18:12 – The mobile version is served through a responsive web application
  • 21:36 – They’re using the latest stable Rails release with good test coverage
  • 25:31 – Going over a few types of Sidekiq Pro driven background jobs that are running
  • 29:28 – Action Mailbox was a huge win for them, it’s also a monolithic code base
  • 31:54 – They’re using Heroku’s CI service
  • 32:52 – Good old Sprockets is used for the asset pipeline at the moment
  • 35:31 – Josh really likes Postgres, Redis is also being used quite a bit
  • 40:22 – What it’s like to work with QuickBook’s imports and exports
  • 46:30 – Most things are hosted on Heroku (2 worker and web Dynos)
  • 49:05 – Papertrail, Sentry and Mailgun are being used
  • 51:42 – Before sending emails most agriculture folks were faxing paperwork
  • 52:50 – The deploy process from development to production
  • 54:58 – Terraform is used to spin up the infrastructure, even on Heroku
  • 59:48 – Avoiding real customer data when copying data from prod to dev
  • 1:05:42 – Currently there’s no external monitoring checking the site for up-time
  • 1:07:49 – Best tips? Don’t worry about being perfect, get something out there
  • 1:09:43 – They’re hiring, you can email Josh and they’re on Twitter too

Links

📄 References
⚙️ Tech Stack
🛠 Libraries Used

Support the Show

This episode does not have a sponsor and this podcast is a labor of love. If you want to support the show, the best way to do it is to purchase one of my courses or suggest one to a friend.

  • Dive into Docker is a video course that takes you from not knowing what Docker is to being able to confidently use Docker and Docker Compose for your own apps. Long gone are the days of "but it works on my machine!". A bunch of follow along labs are included.
  • Build a SAAS App with Flask is a video course where we build a real world SAAS app that accepts payments, has a custom admin, includes high test coverage and goes over how to implement and apply 50+ common web app features. There's over 20+ hours of video.
  continue reading

108 tập

Tất cả các tập

×
 
Loading …

Chào mừng bạn đến với Player FM!

Player FM đang quét trang web để tìm các podcast chất lượng cao cho bạn thưởng thức ngay bây giờ. Đây là ứng dụng podcast tốt nhất và hoạt động trên Android, iPhone và web. Đăng ký để đồng bộ các theo dõi trên tất cả thiết bị.

 

Hướng dẫn sử dụng nhanh