If you’re interested in:
– ML/NLP
– LLMs
– RAG My Newsletter → http://
unwindai.substack.com Everyday, I share tip & tutorials on above topics on X and my newsletter.
@saboo_shubham_
-

ML NLP LLMs RAG Newsletter Daily Tips Tutorials
By
–
-
Running LLMs on MacBook M1 Pro with LM Studio
By
–
Running on Macbook M1 pro (16GB RAM) using the @LMStudioAI.
— Shubham Saboo (@Saboo_Shubham_) 6 mai 2024
If you find this useful, RT to share it with your friends.
Don't forget to follow me @Saboo_Shubham_ for more such LLMs tips and tutorials.https://t.co/TAUJecTtFGRunning on Macbook M1 pro (16GB RAM) using the @LMStudioAI
. If you find this useful, RT to share it with your friends. Don't forget to follow me @Saboo_Shubham_ for more such LLMs tips and tutorials. -

Deploy OpenAI-like AI Assistant with Llama-3 Locally Free
By
–
Create OpenAI like AI assistant with Llama-3 deployed locally on your computer (100% free and without internet): pic.twitter.com/mLIOGM6Ly1
— Shubham Saboo (@Saboo_Shubham_) 6 mai 2024Create OpenAI like AI assistant with Llama-3 deployed locally on your computer (100% free and without internet):
-
Embedchain GitHub Data Source Documentation Details
By
–
Yes. More details are on the documentation: https://
docs.embedchain.ai/components/dat
a-sources/github
… -
LLMs Tips and Tutorials – Follow for More AI Insights
By
–
If you find this useful, RT to share it with your friends. Don't forget to follow me @Saboo_Shubham_ for more such LLMs tips and tutorials.
-
Explore LLM Apps with RAG in GitHub Repository
By
–
Find all the awesome LLM Apps demo with RAG in the following Github Repo. P.S: Don't forget to star the repo to show your support
-

Streamlit Chat Application Demo Setup Guide
By
–
Working Application demo using Streamlit
— Shubham Saboo (@Saboo_Shubham_) 5 mai 2024
Paste the above code in vscode or pycharm and run the following command: 'streamlit run chat_github.py' pic.twitter.com/QAZDihgiPIWorking Application demo using Streamlit Paste the above code in vscode or pycharm and run the following command: 'streamlit run chat_github.py'
-

Full RAG Application Code for GitHub Repository Chat
By
–
Full RAG Application Code to Chat with GitHub Repo
-
Build Email Q&A App Using Embedchain and Streamlit
By
–
5. Ask question about your emails and get the answer • Create a text input for the user to enter their question using 'st.text_input()'
• If a question is asked, get the answer from the Embedchain app and display it using 'st.write()'