Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishpatel26/readmecreator-with-llm
Create informative READMEs effortlessly using AI-driven templates with the README Creator powered by Language Model (LLM). Simplify documentation and enhance project communication.
https://github.com/ashishpatel26/readmecreator-with-llm
chatgpt generator huggingface langchain language-model large-language-models llm llms openai pytorch readme readme-generator tensorflow
Last synced: about 2 months ago
JSON representation
Create informative READMEs effortlessly using AI-driven templates with the README Creator powered by Language Model (LLM). Simplify documentation and enhance project communication.
- Host: GitHub
- URL: https://github.com/ashishpatel26/readmecreator-with-llm
- Owner: ashishpatel26
- License: mit
- Created: 2023-08-11T06:31:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T10:10:12.000Z (over 1 year ago)
- Last Synced: 2023-08-11T14:57:09.263Z (over 1 year ago)
- Topics: chatgpt, generator, huggingface, langchain, language-model, large-language-models, llm, llms, openai, pytorch, readme, readme-generator, tensorflow
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReadMe Creator Using LLM
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
Welcome to the ReadMe Creator! This tool simplifies the process of generating interactive README files.
## Features
- Quickly create README templates.
- Customize templates with user-friendly prompts.
- Generate interactive and visually appealing README files.## Getting Started
1. Clone this repository:
```bash
git clone https://github.com/ashishpatel26/readme-creator-with-LLM.git
cd readme-creator
```2. Install the required dependencies:
```bash
pip install -r requirements.txt
```3. Set up your OpenAI API key by exporting it as an environment variable:
```bash
export OPEN_AI_KEY=your_openai_key_here```
## Usage
Run the following command to start the ReadMe creator:
```bash
python src/readme_creator.py
```Follow the prompts to customize your README template. The tool will generate an interactive README.md file in the root directory.
## Examples
Check out the `examples/` directory for pre-designed README templates and their corresponding output.
## Contributing
We welcome contributions! Feel free to submit pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.