Build and Run a Medical Chatbot using Llama 2 on CPU Machine: All Open Source

preview_player
Показать описание
In this tutorial video, Ill show you how to build a sophisticated Medical Chatbot using powerful open-source technologies. Learn how to use Sentence Transformers for embeddings, Faiss CPU for vector storage, and integrate Llama 2, a large language model, using the Chainlit library for a conversational interface. Follow along, as we guide you step-by-step to create an intelligent and efficient Medical Chatbot, all while using freely accessible tools. No prior experience required – dive into the world of conversational AI and healthcare innovation today! 🤖💬

WhatsApp Group:

#ai #generativeai #llama
Рекомендации по теме
Комментарии
Автор

Hey Sonu - this is one of first YT tutorials with a thorough explanation I've seen in a while. I got this running the first time 'out of the box' ; it did ask me to pip install ctransformers, but after that it came up just fine. I am going to experiment with other documents. Some people don't like to sit through writing code, but it's good for us! Especially when you mention other tools we could try and why you picked what you use. Excellent!

paullopez_ai
Автор

Thank you man so much! I am very grateful for your content. I appreciate your passion for open source ai and your teachings are helping bring this technology into my reach. I was so happy when this ran! :) Excited to see your future videos.

Christopher_Tron
Автор

Hey, somehow ended up on this extremely underrated channel and I gotta say I love it!, I loved each and every part of this tutorial, something I was looking for quite some days now. Thank you so much, deffo subscribing and looking forward for such content.

Regards,
Anas from Pakistan

anas._.rehman
Автор

Wow. You packed a lot here - very helpful, thanks.

sunderchakra
Автор

Just wanted to drop in and say congrats on your YouTube tutorial! 🎉🎥
Seriously, I'm so impressed with your content! Keep up the fantastic work!
Best wishes,
Rafael from Belgium

rafaelperez
Автор

Thanks!!! Great presentation, super useful, amazing that you had the energy to do this while sick : )

wgillett
Автор

What a fantastic video! Probably the only one that goes into complete details!

AbhishekShivkumar-tiru
Автор

Amazing video, you have saved the time of a lot of people. Keep up the excellent work.

vivekmenonm
Автор

Thank you for a smart and precise explanation of such a difficult topic

qszqtbo
Автор

Great video! thank you for sharing your expertise. Keep up the good work!

skyy
Автор

Thanks for the great tutorial. It is really helpful.
A hint for anyone stuck with some errors in model.py, here are some fixes (original -> fix):
chain = chain = cl.user_session.get("chain")
res = await chain.acall(message, callables=[cb]) -> res = await chain.acall(message.content, callbacks=[cb])

MoustafaSaleh
Автор

Simply amazing ! this video can help a lot to, who wants to start working with LlaMa 2. thanks for sharing this.

gunjansheladia
Автор

Loved the content, it was beautifully explained. Thank you :)

turboc
Автор

You are incredible professor!!! Thank you so much for your tutorial, i got very good insights. Best regards for you

holgerespinola
Автор

Well done and appreciate the efforts. You have made my weekend interesting !

sivad
Автор

Amazing video thank you - I wanted to build similar chatbot based on open source model - now it will be easer to do it.

micbab-vgmu
Автор

Nice video and great learning. Liked your confidence and knowledge. Going to build this bot on over the weekend and hopefully should be a breeze by looking into your code base and video.

anandmandilwar
Автор

Thank You For create this video .This video was relly help full 😃

Nishanthkj
Автор

Many thanks for a great video. Fantastic tutorial!

amaluddin
Автор

Wow... This is what I was looking for 😇

SnehaRoy-pfcw