DevOpsGuide AI is your ultimate companion in the world of DevOps, combining cutting-edge artificial intelligence with comprehensive documentation to streamline your development and operations workflows.
- 🤖 Intelligent Assistance: Interact with the power of natural language through our integrated AI model, providing human-like responses to your queries.
- 📚 Rich Documentation: Access a vast collection of troubleshooting guides, best practices, and hands-on tutorials.
- 🎯 Targeted Guidance: Get personalized recommendations tailored to your specific project requirements and challenges.
- 🌐 Collaborative Environment: Foster teamwork and knowledge sharing among DevOps engineers through seamless documentation access and contributions.
- 🚀 Efficiency Boost: Save time by swiftly resolving issues and adopting industry best practices without leaving your workflow.
- 🖼️ Visual Aids: Illustrations, diagrams, and code snippets complement textual information for enhanced understanding.
Follow these steps to get started with DevOpsGuide AI:
-
Clone the Repository:
git clone https://github.com/DevOpsGuideAI/devopsguide-ai.git
-
Install Dependencies: Navigate to the
backend
directory and runpip install -r requirements.txt
to install the required Python packages. -
Configure Environment: Create a
.env
file with your configuration settings. Refer to.env.example
for guidance. -
Run the Backend: Start the backend server using
python app.py
. -
Build the Frontend: Navigate to the
frontend
directory, runnpm install
, and thennpm run build
to compile the frontend assets. -
Access the App: Open your web browser and go to
http://localhost:5000
to access DevOpsGuide AI.
We welcome contributions from the community! To contribute to DevOpsGuide AI, please follow the guidelines outlined in CONTRIBUTING.md.
This project is licensed under the MIT License.
Designed with ❤️ by the DevOpsGuide AI Team.