top of page

Exclusive Services

This is your Services Page. It's a great opportunity to provide information about the services you provide. Double click on the text box to start editing your content and make sure to add all the relevant details you want to share with site visitors.

Service Name

Solving problems and delivering results is what we do best at S. Coates Enterprises. We understand that every business is unique and requires a customized approach to their challenges. Our team has the experience and expertise to provide tailored solutions that will help your business thrive. With a focus on education and consulting, we are committed to providing you with the highest level of service. Contact us today to see how we can help your business grow.

2

Service Name

import { AssemblyAI } from 'assemblyai'

const client = new AssemblyAI({
  apiKey: '<YOUR_API_KEY>'
})

const audio_url =
  'https://storage.googleapis.com/aai-web-samples/5_common_sports_injuries.mp3'

const run = async () => {
  const transcript = await client.transcripts.create({ audio_url })

  const prompt = 'Provide a brief summary of the transcript.'

  const { response } = await client.lemur.task({
    transcript_ids: [transcript.id],
    prompt
  })

  console.log(response)
}

run()

3

Service Name

This is your Services Page. It's a great opportunity to provide information about the services you provide. Double click on the text box to start editing your content and make sure to add all the relevant details you want to share with site visitors.

4

Service Name

This is your Services Page. It's a great opportunity to provide information about the services you provide. Double click on the text box to start editing your content and make sure to add all the relevant details you want to share with site visitors.

Let's Work Together

This is a Paragraph. Click on "Edit Text" or double click on the text box to start editing the content.

bottom of page