this post was submitted on 25 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 11 months ago
MODERATORS
 

Hi all!

A couple of days ago, when I was scrolling down Hacker News, exploring news about OpenAI and the latest speculation about Q*, it occurred to me to create a ChatBot that would allow me to interact with Hacker News directly, in a conversation.

Using streamlit, langchain and openai functions I managed to create a first version of this chat (I still have to add RAG for news analysis and test other types of LLMs).

Here is an example, what do you think?

Code: https://github.com/neural-maze/talking_with_hn

App: https://newsnerdhackerbot.streamlit.app/

โ€‹

https://i.redd.it/rtpof7biqi2c1.gif

you are viewing a single comment's thread
view the rest of the comments

Thats a nice start. I like streamkit