Live data from Hacker News

Viewing profile — durraniu

durraniu

HN member
Joined
Fri, Jul 26, 2024, 3:22 AM UTC
HN karma
5
Public activity
10 items

About durraniu

No profile information was provided.

Recent public activity

  1. comment
    Comment #44093727

    That's really cool! I made something similar but much simpler using R Shiny. Edit: Looking at the featured story, I notice that the character illustration is not consistent current…

  2. story
    What app framework do you recommend for data scientists?

    For someone with no/little experience with web development, what app making framework would you recommend? Shiny for python, FastHTML, Django, Flask, or something else? And why?

  3. story
    What're Your Reviews for Mechanics of Machine Learning Book by Jeremy Howard?

    I personally find the approach of teaching only random forests very useful for beginners. What are your reviews?

  4. comment
    Comment #41545395

    This was a fun project for shiny app contest. This app allows users to generate AI-written stories and illustrations. The app captures user inputs—such as the story’s opening sente…

  5. story
  6. comment
    Comment #41347034

    I am working on an app for creating stories with illustrations in a revealjs slide deck. The idea is that a user would handwrite or type the first sentence of a story they want to …

  7. comment
    Comment #41105940

    This looks really cool. I have experience with shiny apps in R, and Python has a shiny package too now. FastHTML looks a lot like Python shiny without routes. I think both of these…

  8. comment
    Comment #41083734

    GPT4o is pretty great at writing R in my experience. Particularly for data wrangling. But also shiny apps.

  9. comment
    Comment #41075548

    There are multiple packages in R for using LLMs. One such package is tidychatmodels.

  10. comment
    Comment #41075538

    What do you think about the mechanics of machine learning book by Jeremy Howard? It seems to have a systematic approach to fit models and improve them.