Welcome to the "Large Language Models Applications" repository! This repository showcases projects leveraging advanced language models.
The ai-blog-generator
project utilizes a powerful pretrained language model called "LLAma2" to generate AI-driven blog content. This project demonstrates the capabilities of large language models in creating informative and engaging blog posts automatically.
- Clone the repository:
git clone git@github.com:sinanazem/llm-apps.git
- Navigate to the
ai-blog-generator
directory:cd ai-blog-generator
- Install dependencies:
pip install -r requirements.txt
- Run the generator:
python ai_blog_generator.py
Feel free to customize the parameters, input data, or any other configurations to suit your specific requirements.
The ollama-chatbot
project integrates the OLLAMA project (Open Language Learning for Machine Agents) to create a chatbot. The chatbot runs locally on your machine and is accessible through a Streamlit interface. This project serves as an example of building conversational agents using OLLAMA and integrating them into user-friendly interfaces.
- Clone the repository:
git clone git@github.com:sinanazem/llm-apps.git
- Navigate to the
ollama-chatbot
directory:cd ollama-chatbot
- Install dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run chatbot_app.py