Welcome to the README Generator project! This innovative tool is designed to streamline the process of creating README files for software projects. By leveraging the power of generative AI, it allows users to input a brief description of their project, including its purpose, features, and technical details, and generates a well-structured and informative README.md file following best practices.
The README Generator project is built with a combination of Flask for the backend and Express.js for the frontend. It uses the Google Generative AI model to generate the README content, ensuring high-quality and relevant output.
app.py
)The backend is responsible for handling the generation of the README content. It receives user input, processes it, and communicates with the generative AI model to generate the README.
public/app.js
)The frontend provides an interactive user interface for users to input their project details and generate the README. It communicates with the backend to send the user input and receive the generated README.
To run the README GPT ? locally, follow these steps:
git clone https://github.com/chiragjoshi12/readme-generator.git
cd readme-generator
cd backend
pip install -r requirements.txt
cd public
npm install
.env
file in the backend
directory and add your Generative AI API key:
GENERATIVE_AI_API_KEY=your_api_key_here
python app.py
http://localhost:3000
.Feel free to contribute and improve this project!
If you have any questions or suggestions, feel free to reach out to Chirag Joshi at [email protected].
Made with ❤️ by Chirag Joshi
Thank you for using the README GPT ?!