An open API service indexing awesome lists of open source software.

https://github.com/amankrsahu/langchain-miniprojects

This repository contains mini applications created using LangChain framework and OpenAI (LLM) API.
https://github.com/amankrsahu/langchain-miniprojects

langchain large-language-models openai python3 streamlit

Last synced: about 2 months ago
JSON representation

This repository contains mini applications created using LangChain framework and OpenAI (LLM) API.

Awesome Lists containing this project

README

          

# Langchain MiniProjects

![GitHub repo size](https://img.shields.io/github/repo-size/AmanKrSahu/Langchain-MiniProjects?logo=github&style=for-the-badge)   ![GitHub last commit](https://img.shields.io/github/last-commit/AmanKrSahu/Langchain-MiniProjects?style=for-the-badge&logo=git)   ![GitHub pull requests](https://img.shields.io/github/issues-pr/AmanKrSahu/Langchain-MiniProjects?style=for-the-badge)   ![GitHub issues](https://img.shields.io/github/issues/AmanKrSahu/Langchain-MiniProjects?style=for-the-badge)   ![GitHub stars](https://img.shields.io/github/stars/AmanKrSahu/Langchain-MiniProjects?style=for-the-badge)

## Quick Start

1. What's included

```
Langchain-MiniProjects/
├── src/
├── Blog-Generator-App.py
├── Data-Summarization-App.py
├── Document-Reader-App.py
├── Text-Summarization-App.py
├── README.md
├── requirements.txt
```

2. Build

To clone and run this project, you'll need [Git](https://git-scm.com/), [Python Compiler](https://www.python.org/) and [Anaconda](https://anaconda.org/) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/AmanKrSahu/Langchain-MiniProjects.git

# Setup the environment
$ conda create --name
$ conda activate

# Installing required libraries
$ conda install --file requirements.txt

# To run the application
$ cd src
$ python -m streamlit run
```

## Features and Interfaces:

### 1. Blog Generator App

![Blog-Generator-App](https://github.com/AmanKrSahu/Langchain-MiniProjects/assets/92854825/fdcd8e18-eb0c-4bab-b94a-563a98252c50)

### 2. Data Summarization App

![Data Summarization App](https://github.com/AmanKrSahu/Langchain-MiniProjects/assets/92854825/55e77a86-b318-4e42-a650-1863fd5460ed)

### 3. Document Reader App

![Document Reader App](https://github.com/AmanKrSahu/Langchain-MiniProjects/assets/92854825/416ff4c5-19d9-49af-8a38-cb24241ae7d4)

### 4. Text Summarization App

![Text Summarization App](https://github.com/AmanKrSahu/Langchain-MiniProjects/assets/92854825/13f37a26-0a7f-4f6a-a0aa-3c5543c7deac)

## Tools and Languages:

python   vscode

## Need Help??

Feel free to contact me on [Linkedin](https://www.linkedin.com/in/aman-kumar-sahu-88773123a/)

[![Instagram URL](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://www.instagram.com/itz.amansahu/)   [![Twitter URL](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/itzamansahu)   [![Discord URL](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white)](discordapp.com/users/539751578866024479)