cancel
Showing results for 
Search instead for 
Did you mean: 
JoaoPigozzo
New Contributor III
since ‎05-23-2025
a week ago

User Stats

  • 5 Posts
  • 0 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

Hi everyone,I’m designing the CI/CD process for our environment environment focused on machine learning and data science projects, and I’d like to understand what the best practices are regarding workspace organization—especially when using Unity Cat...
I’ve deployed OpenAI’s Whisper model as a serving endpoint in Databricks and I’m trying to transcribe an audio file.import whisper model = whisper.load_model("small") transcript = model.transcribe( word_timestamps=True, audio="path/to/audio...
Kudos from
Kudos given to