How to build a Llama 2 chatbot
ฝัง
- เผยแพร่เมื่อ 31 ม.ค. 2025
- In this video, @DataProfessor shows you how to build a Llama 2 chatbot in Python using the Streamlit framework for the frontend, while the LLM backend is handled through API calls to the Llama 2 model hosted on Replicate.
⭐️ Watch this simplified video on using Llama 2 in Python • How to use the Llama 2...
🕹️ Demo app llama2.streaml...
🕹️ Demo app (Pro) llama2-pro.str...
🐙 GitHub repo github.com/dat...
🛠️ Tutorial blog on building the Llama 2 chatbot blog.streamlit...
🔗 Llama release ai.meta.com/ll...
🔗 a16z chatbot github.com/a16...
🔗 Replicate replicate.com/
☁️ Deploy your own Streamlit app streamlit.io/c...
#streamlit #llama2 #chatgpt #chatbot #python
the flow chart at 1:50 is sooo cool bro, how did you make it ?
Replicate api is cost since using cloud. Can we do it in local??
Can you make it read pdfs from folder and than chat with them? I am looking for something that can chat with documents but all needs to be locally tun and free.
Awesome explanation and tutorial! Thank you. By the way: It is "What questions did I ask?".
The word 'did' is already past tense, so 'ask' shouldn't be past tense as well - it's gramatically incorrect.
Hello I thought llam2 is open source but you discussed about replicate kind of paying? I would like to know more about that. Sounds like am missing a point.
is paying if you decide to run llama2 in the cloud (wich consume gpu), you can run in your local computer which also consume gpu but is free, llama2 is somthing that you can deploy to use with your app, other way you need to keep your local computer on 24/7, that is the reason deploying your llama2 model in the cloud need to be paid. like an API.
Thanks for that!
Bro,here we deploy llama models in replicate ai then we use it through api,am I right
When I type in the textfield, my input gets red marked/underlined (spellcheck?). I don't see it in your video. How can I prevent it?
Thanks!
Can I build a saas chatbot based on llama 2 that knows read pdf and schedule treatments? How can I do that?
Thanks again!
did you manage to build a bot that raeds pdf ?
A few days ago you produced a video called "how to make an app in seconds" that was Steve Jobs level of brilliant marketing!!!!
Can you trai Llama2 with your own data?
Hey, I tried to create a chatbot based on this vid, but can you tell me more about the purpose ipynb file?
Good tuto, but i want to known how to store data sent by the users. I mean the questions asked by users
Can I Prepare a Query as output to user by using Snowflake Streamlit based on the Prompt that user sends?
Hi, yes certainly. Check out this GitHub repo that performs what you're looking for github.com/Snowflake-Labs/sfguide-frosty-llm-chatbot-on-streamlit-snowflake
is it free to use ?
Streamlit sucks now, if you deploy on the community cloud you will have to give streamlit access to all your git repos including private ones.
I am guessing they want you use your work to train their models.
Can I build Mental Health AI chatbot with my custom dataset finetuning with Llama2 ?
yes you can, but you need frontend and a backend, your backend consume third services one of them is llama2, but to use llama2 you need to deploy to the cloud and from the backend call your llama2 model AI
Can I get your Email Address brother?
th-cam.com/video/kXuHxI5ZcG0/w-d-xo.html
th-cam.com/video/lbFmceo4D5E/w-d-xo.html
is it paid??
No
No
Can we save session?
🎈