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.
- Host: GitHub
- URL: https://github.com/amankrsahu/langchain-miniprojects
- Owner: AmanKrSahu
- Created: 2023-07-25T05:54:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T19:03:48.000Z (almost 3 years ago)
- Last Synced: 2025-06-21T15:06:42.977Z (about 1 year ago)
- Topics: langchain, large-language-models, openai, python3, streamlit
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Langchain MiniProjects
    
## 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

### 2. Data Summarization App

### 3. Document Reader App

### 4. Text Summarization App

## Tools and Languages:
## Need Help??
Feel free to contact me on [Linkedin](https://www.linkedin.com/in/aman-kumar-sahu-88773123a/)
[](https://www.instagram.com/itz.amansahu/) [](https://twitter.com/itzamansahu) [](discordapp.com/users/539751578866024479)