https://github.com/divakarkumarp/blog-generator-using-llama-2
Blog generator is your AI sidekick for creating compelling blog content. Stuck staring at a blank page? Let the generator whisk away writer's block by crafting intros, outlines, and even full drafts based on your ideas and keywords. No coding needed, just feed it a topic and watch your blog posts come alive!
https://github.com/divakarkumarp/blog-generator-using-llama-2
generative-ai huggingface langchain llama2 meta python
Last synced: 2 months ago
JSON representation
Blog generator is your AI sidekick for creating compelling blog content. Stuck staring at a blank page? Let the generator whisk away writer's block by crafting intros, outlines, and even full drafts based on your ideas and keywords. No coding needed, just feed it a topic and watch your blog posts come alive!
- Host: GitHub
- URL: https://github.com/divakarkumarp/blog-generator-using-llama-2
- Owner: divakarkumarp
- License: mit
- Created: 2024-03-04T05:21:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T05:40:32.000Z (about 1 year ago)
- Last Synced: 2024-10-18T22:10:59.366Z (7 months ago)
- Topics: generative-ai, huggingface, langchain, llama2, meta, python
- Language: Python
- Homepage:
- Size: 41.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog Generator using LLAMA-2

Meta has unveiled the latest version of its popular language model, Llama. Called Llama 2, the model is now free for businesses to adopt, customize and monetizeLlama 2 comes in three model sizes – seven billion parameters, 13 billion parameters and 70 billion parameters – and is open source, meaning it’s available for research and commercial use. Also available are versions focused on chat applications.
Meta has also released the model weights and starting code for both the pretrained and conversational fine-tuned versions of Llama 2. Users can request access here; the model is also available via Hugging Face.
We are going to develop a Blog Generator, which is a platform that automates the process of creating blogs. In most cases, it allows users to create blog posts, manage content, and customize the design and layout of their blogs
## Overview:
Software And Tools Requirements1. [Github Account](https://github.com)
2. [Llama 2](https://llama.meta.com/)
3. [Hugging Face](https://huggingface.co/)
4. [Langchain🦜](https://www.langchain.com/)
5. [VSCodeIDE](https://code.visualstudio.com/)
6. [GitCLI](https://git-scm.com/book/en/v2/Getting-Started-The-Command-Line)Technology and tools wise this project covers,
1. Python
2. Langchain
3. Llama 2
-------------------------------------------------------------------------------------------------------------------
### Technologies Used:
[
](https://numpy.org) [
](https://llama.meta.com/) [
](https://huggingface.co/)