home.social

Search

1000 results for “smach”

  1. New open-source speech-to-text model Moonshine “returns results faster and more efficiently than the current state of the art, OpenAI’s Whisper, while matching or exceeding its accuracy” one of its creators says. “Key improvements are an architecture that offers an overall 1.7x speed boost compared to Whisper, and a flexibly-sized input window.”

    Blog post by Pete Warden: petewarden.com/2024/10/21/intr

    GitHub: github.com/usefulsensors/moons
    Paper: arxiv.org/abs/2410.15608

    #GenAI #speech2text

  2. New open-source speech-to-text model Moonshine “returns results faster and more efficiently than the current state of the art, OpenAI’s Whisper, while matching or exceeding its accuracy” one of its creators says. “Key improvements are an architecture that offers an overall 1.7x speed boost compared to Whisper, and a flexibly-sized input window.”

    Blog post by Pete Warden: petewarden.com/2024/10/21/intr

    GitHub: github.com/usefulsensors/moons
    Paper: arxiv.org/abs/2410.15608

    #GenAI #speech2text

  3. When I was working full time, it irked me no end when one of my retired friends or relatives talked about how “busy” they were. Um, really? Unless they had caregiving responsibilities or medical issues, how could they possibly tell those of us trying to squeeze the rest of our lives around 40+ hours of work responsibilities they were “busy”?

    Now I’m on the other side. . . .

    nextchapter.machlis.com/posts/

    #Retirement #Retiring

  4. Finally had a chance to try @timelyportfolio 's new #RStats #HTMLwidget based on the quak "scalable data profiler for quickly scanning large tables." It's a nice way to do some fast tabular data exploration!

    Install with

    remotes::install_github("timelyportfolio/quak", ref="htmlwidget", subdir="htmlwidget")

    Usage:
    quak::quak(your_data_frame)

    GitHub repo: github.com/timelyportfolio/qua

    Original post with gif: mastodon.social/@timelyportfol

    quak Web app: manzt.github.io/quak/

    #EDA @rstats

  5. Yesterday was the last time I'll return to a full-time paid job from a weekend, since I'm retiring this week. More on "A Week of Lasts":
    nextchapter.machlis.com/posts/

    #Retiring #Retirement

  6. Bipartisan sponsorship of a bill to improve US indoor air quality 🎉🎉🎉

    One of the most important things we can do to protect people from respiratory illnesses is improve ventilation and filtration in workplaces & public buildings.

    I'm lucky - my company's headquarters has great indoor ventilation (I’ve taken my CO2 monitor to check). But lots of people aren’t.

    #CovidIsNotOver #USPolitic
    ⬇️⬇️⬇️ zeroes.ca/@trendless/112854596

  7. "Gathering data from the web using Python" workshop by Renne Rocha at #PyConUS
    Free 3-hour tutorial!
    Video: youtube.com/watch?v=sD30nvc1ff
    GitHub repo: github.com/rennerocha/pyconus2

    Rocha maintains the Querido Diário open-source platform queridodiario.ok.org.br/ that scrapes official documents of varoius cities in Brazil to make them more easy to access.

    #python #ddj #WebScraping #scrapy @python

  8. @zachvat @mekkaokereke Not to get sidetracked here, but 2nd in command is not the same as leader. #GlassCeiling
    "We misunderstand the nature of patriarchy if we think that merely having power and influence are verboten for women. Women are allowed to have power, so long as that power is deployed in ways that are not threatening to a patriarchal order [such as VP to a male president]" - Kate Manne in "Women Can Have a Little Power, as a Treat"
    nytimes.com/2020/07/28/opinion

  9. Ari Lamstein says his "Visualizing the Impact of Covid-19 on US Counties" blog post may be of interest if you want to "learn how to build data apps in Python, as the entire project is released under a permissive license (MIT), and is publicly available on GitHub."
    Post: arilamstein.com/blog/2024/05/0
    Streamlit app: census-explorer.streamlit.app/
    GitHub repo: github.com/arilamstein/censusd

    #Python #Streamlit #Covid19 #dataviz #ddj #USCensus @python

  10. tidycensus creator Kyle Walker: “I've updated my ‘Mapping Immigrant America’ project, an interactive dot-density map of the US foreign-born population, to the latest 2018-2022 ACS data.

    “Explore here: personal.tcu.edu/kylewalker/im

    “Advancements in #rstats, tidycensus, and Mapbox since I first designed the map nearly a decade ago now mean the data pipeline can run in a single morning, so future maps like this are straightforward to make”

    Code: github.com/walkerke/mb-immigra

    #RSpatial #GIS #USCensus

  11. From {tidycensus} creator Kyle Walker cont.: “All the webinar resources are available on GitHub here, along with a @Posit Cloud link where you can run the code without installing R yourselves:” 2/2

    github.com/walkerke/umich-work

    #rstats #RSpatial #GIS #Census #TidyCensus

  12. The {tidyjson} #rstats 📦 “provides tools for turning complex json into tidy data. “
    Among its functions: spread_all() to spread all object values into new columns. By Cole Arendt.
    github.com/colearendt/tidyjson
    #DataWrangling @rstats

  13. The {tidyjson} #rstats 📦 “provides tools for turning complex json into tidy data. “
    Among its functions: spread_all() to spread all object values into new columns. By Cole Arendt.
    github.com/colearendt/tidyjson
    #DataWrangling @rstats

  14. From Kyle Walker, creator of the {tidycensus} #rstats 📦: “On Thursday, March 7th (12pm ET) don’t miss my FREE workshop on mapping US Census data in #rstats hosted by UMich SSDAN!

    “You’ll learn how to:

    🌎 Get pre-joined spatial Census data without the usual headaches;

    🌎 Make interactive maps and dashboards;

    🌎 Solve tricky problems like analyzing small-area demographic change over time

    Register here: umich.zoom.us/webinar/register

    #RSpatial #GIS #USCensus @rstats #ddj

  15. This is compelling (if results are decent): A chatbot that runs 100% locally on your Windows PC that can answer questions about your own personal data - without sending any of that data to an external LLM.

    computerworld.com/article/3712

    #GenAI #GenerativeAI #LLM #LLMs #chatbots #RAG #Computerworld

  16. Still amazed that I can convert audio to text on my PC for free with a local version of #OpenAI Whisper. Handles multiple audio & video formats and generates txt, srt & 3 more result files.

    GitHub repo: github.com/openai/whisper - open-source MIT License!

    Python library: pypi.org/project/openai-whispe

    Easy-to-follow installation video by Kevin Stratvert: youtube.com/watch?v=ABFqbY_rmE

    Even easier video for free cloud use via a Colab notebook youtube.com/watch?v=8SQV-B83tP

    #AudioToText #AI #ddj

  17. Kyle Walker: “This year, I’ll once again be hosting a webinar series with the University of Michigan’s Social Science Data Analysis Network (SSDAN)! This year’s series is titled Analyzing 2020 Census and 2022 ACS Data with R. The webinar series will take place this February and March and is completely free to attend. You can register for all three webinars from the link below: “

    umich.zoom.us/webinar/register

    #rstats #tidycensus #USCensus #ddj @rstats

  18. If the 49ers can't make a big comeback, I wonder: When was the last time both road teams won on NFLChampionship weekend?

    #NFL #NFLPlayoffs #KCvsBAL #DETvsSF

  19. If the 49ers can't make a big comeback, I wonder: When was the last time both road teams won on NFLChampionship weekend?

    #NFL #NFLPlayoffs #KCvsBAL #DETvsSF

  20. If the 49ers can't make a big comeback, I wonder: When was the last time both road teams won on NFLChampionship weekend?

    #NFL #NFLPlayoffs #KCvsBAL #DETvsSF

  21. If the 49ers can't make a big comeback, I wonder: When was the last time both road teams won on NFLChampionship weekend?

    #NFL #NFLPlayoffs #KCvsBAL #DETvsSF

  22. If the 49ers can't make a big comeback, I wonder: When was the last time both road teams won on NFLChampionship weekend?

    #NFL #NFLPlayoffs #KCvsBAL #DETvsSF

  23. The {rhdf5} #rstats 📦 “provides an interface between HDF5 and R. HDF5's main features are the ability to store and access very large and/or complex datasets and a wide variety of metadata on [disk] through a completely portable file format.” Funded by the German Network for Bioinformatics Infrastructure & the Chan Zuckerberg Initiative. By Mike Smith & others

    bioconductor.org/packages/rele

    #Bioconductor #bioninformatics @rstats

  24. Melissa Van Bussel: “📹 My latest video is all about how to use R to interact with APIs, using the httr2 package. No background knowledge about APIs is necessary ☺️ 🔗Check it out here: youtu.be/8tilyqp4bZY?si=9DqhrO
    Uses #OpenAI and #GitLab APIs

    @rstats

    #rstats #httr2

  25. Melissa Van Bussel: “📹 My latest video is all about how to use R to interact with APIs, using the httr2 package. No background knowledge about APIs is necessary ☺️ 🔗Check it out here: youtu.be/8tilyqp4bZY?si=9DqhrO
    Uses #OpenAI and #GitLab APIs

    @rstats

    #rstats #httr2