Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkdk123/pets_name_generator-langchain
LangChain Pet names generator for your pets or friends !
https://github.com/darkdk123/pets_name_generator-langchain
langchain-python llm python3
Last synced: 9 days ago
JSON representation
LangChain Pet names generator for your pets or friends !
- Host: GitHub
- URL: https://github.com/darkdk123/pets_name_generator-langchain
- Owner: DarkDk123
- Created: 2024-08-30T09:26:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T18:11:02.000Z (4 months ago)
- Last Synced: 2024-11-07T15:26:43.374Z (2 months ago)
- Topics: langchain-python, llm, python3
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# LangChain Project
I'm just starting to learn LangChain from tutorials, this is the first & very simple project about it!
## Pet's name generator!
### **Generate few cool names for your pets!**
## How to run
* ### Setup Environment variables!Create `.env` environment variable file like [Example .env](./example.env)
* ### Installation & Running
1. Clone this [repository.]()
2. Install the requirements in a separate `python env`.You can skip `pytorch` installation!
```python
pip install -r requirements.txt
```
3. Run **streamlit** file `main.py` with this command
```bash
streamlit run main.py
```
4. open `localhost` url as suggested.