Running on Macbook M1 pro (16GB RAM) using the @ollama
.
@saboo_shubham_
-
Running Ollama on MacBook M1 Pro with 16GB RAM
By
–
-
Building Local AI Agents with Phidata Made Simple
By
–
Thank you so much Ashpreet! It's amazingly straight-forward to even build local AI agents with @phidatahq
. -
LLM Tips and Tutorials for Sharing
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.
-
LLM Apps with RAG Demos 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 Demo: Research Agent with Llama3
By
–
Working Application demo using Streamlit
— Shubham Saboo (@Saboo_Shubham_) 6 juin 2024
Paste the above code in vscode or pycharm and run the following command: 'streamlit run research_agent_llama3.py' pic.twitter.com/W67HwFCYQ3Working Application demo using Streamlit Paste the above code in vscode or pycharm and run the following command: 'streamlit run research_agent_llama3.py'
-
Building AI Research Agent Chat Interface with Streamlit
By
–
6. Chat with AI Research Agent
• Create a text input for the user to enter their query using 'st.text_input()'
• If a question is asked, run the assistant to get the answer and display it using 'st.write()' -

Initialize AI Assistants Team for HackerNews Research
By
–
5. Initialize the AI assistants
• Create instances of Assistants: HackerNews Story Researcher and HackerNews User Researcher
• Combine the assistants into a team called "Hackernews Team" -

Setting Up Streamlit App User Interface with Python
By
–
4. Set up the Streamlit App Streamlit lets you create a user interface with just Python code. For this app, we will:
• Add a title to the app using 'st.title()'
• Add a description for the app using 'st.caption()' -

Essential Libraries for Building AI Agent Web Applications
By
–
3. Import necessary libraries • Streamlit for building the web app
• Phidata for building AI agents
