ReadmeGen - AI Powered Readme File Generator, is a revolutionary tool that utilizes the power of Artificial Intelligence to generate professional and comprehensive README.md files for your GitHub repositories. With just a few clicks, you can have a detailed and informative README file that will help others understand the purpose, usage, and functionality of your project.
- AI-powered readme generation
- User-friendly interface
- Ability to customize the generated readme
- Support for multiple programming languages
- Automatic creation of table of contents
To get started with ReadmeGen, follow these simple steps:
- Fork the repository to your own GitHub account.
- Clone the repository to your local machine using the following command:
git clone https://github.com/[your-username]/ReadmeGen.git
- Navigate to the backend directory and install the required dependencies using pip:
pip install -r requirements.txt
- Navigate to the frontend directory and install the required dependencies using npm:
npm install
- Start the backend server by running the following command:
python backend/main.py
OR
uvicorn main:app
- Start the frontend development server by running the following command:
npm run dev
- Open your web browser and navigate to
http://localhost:3000
to access the ReadmeGen application.
To use ReadmeGen, simply follow these steps:
- Enter the name of your project in the "Project Title" field.
- Provide a detailed description of your project in the "Description" field.
- List the features of your project in the "Features" field.
- Provide instructions on how to install and use your project in the "Installation" and "Usage" fields.
- If you would like others to contribute to your project, provide guidelines on how to do so in the "Contributing" field.
- Choose a license for your project from the dropdown menu in the "License" field.
- Click the "Generate Readme" button to generate your README.md file.
- Review the generated README.md file and make any necessary modifications.
- Copy the generated README.md file and paste it into the root directory of your GitHub repository.
We welcome contributions from the community! If you would like to contribute to ReadmeGen, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your forked repository.
- Open a pull request and describe your changes in detail.
ReadmeGen is released under the MIT License.