Live data from Hacker News

Viewing profile — Alyx1337

Alyx1337

HN member
Joined
Mon, May 15, 2023, 9:39 AM UTC
HN karma
47
Public activity
22 items

About Alyx1337

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #39407636

    Most engineers focus on the algorithm or the model in the AI space. Doing so, they forget the most essential and time-consuming part: ensuring your project is practical and accessi…

  3. story
  4. comment
    Comment #38686471

    Thank you very much!

  5. comment
    Comment #38683894

    Thanks! There are ways to shave off the latency: hosting locally, using quantized/smaller models, streaming data instead of doing the tasks sequentially

  6. comment
    Comment #38683513

    Exactly my thought, I was like "Jarvis has got to be just a 2030 version of an LLM". Yeah I actually considered making a spotter AI using computer vision in a game like ARMA 3 or S…

  7. comment
    Comment #38683453

    That was exactly my thought haha, I want Jarvis at home. You could easily modify my code to run a local LLM instead

  8. comment
    Comment #38683423

    Great! What do you guys have in mind in terms of products using these tools. Yeah unfortunately it's hard to shave on latency.

  9. comment
    Comment #38683276

    Yeah I had the same issue so I used (stole) this answer on StackOverflow: https://stackoverflow.com/questions/46734345/python-record-o... Basically there's a library that records u…

  10. comment
    Comment #38683251

    Uh oh I hope I'm not in trouble

  11. comment
    Comment #38683243

    Thanks! I don't know a lot about this but someone shared this local voice assistant in the comments: https://github.com/KoljaB/LocalAIVoiceChat Could be a good lead

  12. comment
    Comment #38683191

    Deepgram advertised itself as being the fastest, and I wanted to focus on limiting response delay so I chose it. I hope I did not get misled.

  13. comment
    Comment #38683137

    How did you find these? I was literally looking for tutorials all day long and could not find something. These projects look insane!

  14. comment
    Comment #38682096

    Here is a video demo of the project: https://youtu.be/aIg4-eL9ATc?si=66ynl4Mlci9v76rU

  15. story
  16. comment
    Comment #38611834

    Hey guys! I work at Taipy; we are a Python library designed to create web applications using only Python. Some users had problems displaying charts based on big data, e.g., line ch…

  17. story
  18. comment
    Comment #38474458

    If this is really your sentiment, I strongly invite you to try out Taipy. This was exactly our reaction when we decided to build Taipy. Streamlit was already somewhat popular, but …

  19. comment
    Comment #38474363

    We actually used Streamlit in the past. Our gripe with it was how the backend event loop was managed. Basically, Streamlit re-runs your code at every user interaction to check what…

  20. comment
    Comment #38474313

    Yeah, you got it right. Taipy is not about AI but more about providing a way for people who work in AI and data to create a front-end for their project without having to learn othe…

  21. story
  22. story