Spaces:
Running
Running
Updated struct
Browse files
README.md
CHANGED
@@ -1,7 +1,11 @@
|
|
|
|
|
|
|
|
|
|
1 |
# Blog Generation App with Evaluator-Optimizer Workflow
|
2 |
|
3 |
-

|
4 |
-

|
5 |
|
6 |
## Overview
|
7 |
This project implements an **Evaluator-Optimizer Workflow** using **LangGraph** and **LangChain** to generate and refine short blogs. The workflow follows an iterative process where an LLM generates a blog, evaluates it against predefined criteria, and either accepts it or provides feedback for revision. This ensures that the final output meets quality standards.
|
@@ -46,7 +50,7 @@ LANGCHAIN_API_KEY=your_langchain_api_key
|
|
46 |
- You can also test via "Langraph dev" command on your console which will open up Studio for enhanced debugging (ensure you have the langgraph.json file for this and customize it for your project)
|
47 |
|
48 |
# Code Review App with Parallelization Workflow
|
49 |
-

|
50 |
|
51 |
## Introduction
|
52 |
This project demonstrates a **parallelized workflow** for **automated code review** using **large language models (LLMs)**. Instead of running feedback checks sequentially, the system executes multiple review processes **in parallel**, making it an **efficient and scalable** solution for code assessment.
|
@@ -87,8 +91,8 @@ This project demonstrates a **parallelized workflow** for **automated code revie
|
|
87 |
- You can also test via "Langraph dev" (ensure you have the langgraph.json file for this)
|
88 |
|
89 |
# Learning Path Generator App with Orchestrator-Synthesizer Workflow
|
90 |
-

|
91 |
-

|
92 |
|
93 |
## Overview
|
94 |
This project implements an **Orchestrator-Synthesizer** workflow to dynamically generate a personalized **learning roadmap** based on a user's existing skills and learning goals. It uses **LangChain, LangGraph, and Groq AI models** to generate structured study plans and topic summaries.
|
|
|
1 |
+
# To run STREAMLIT app with the consolidated workflows
|
2 |
+
- ``streamlit run app7.py``
|
3 |
+
- Individual workflow Python files are listed in the following sections.
|
4 |
+
|
5 |
# Blog Generation App with Evaluator-Optimizer Workflow
|
6 |
|
7 |
+

|
8 |
+

|
9 |
|
10 |
## Overview
|
11 |
This project implements an **Evaluator-Optimizer Workflow** using **LangGraph** and **LangChain** to generate and refine short blogs. The workflow follows an iterative process where an LLM generates a blog, evaluates it against predefined criteria, and either accepts it or provides feedback for revision. This ensures that the final output meets quality standards.
|
|
|
50 |
- You can also test via "Langraph dev" command on your console which will open up Studio for enhanced debugging (ensure you have the langgraph.json file for this and customize it for your project)
|
51 |
|
52 |
# Code Review App with Parallelization Workflow
|
53 |
+

|
54 |
|
55 |
## Introduction
|
56 |
This project demonstrates a **parallelized workflow** for **automated code review** using **large language models (LLMs)**. Instead of running feedback checks sequentially, the system executes multiple review processes **in parallel**, making it an **efficient and scalable** solution for code assessment.
|
|
|
91 |
- You can also test via "Langraph dev" (ensure you have the langgraph.json file for this)
|
92 |
|
93 |
# Learning Path Generator App with Orchestrator-Synthesizer Workflow
|
94 |
+

|
95 |
+

|
96 |
|
97 |
## Overview
|
98 |
This project implements an **Orchestrator-Synthesizer** workflow to dynamically generate a personalized **learning roadmap** based on a user's existing skills and learning goals. It uses **LangChain, LangGraph, and Groq AI models** to generate structured study plans and topic summaries.
|
image-1.png β assets/image-1.png
RENAMED
File without changes
|
image-2.png β assets/image-2.png
RENAMED
File without changes
|
image-3.png β assets/image-3.png
RENAMED
File without changes
|
image-4.png β assets/image-4.png
RENAMED
File without changes
|
image.png β assets/image.png
RENAMED
File without changes
|