Created the GitDoc AI app to improve knowledge retrieval and support from documentation. Users can effortlessly engage with their chosen documentation or GitHub repositories through a Language Model (LLM).
- 📖 Rich Documentation Access: Instantly access project documentation, READMEs, code snippets, and more.
- 🌟 Interactive Chat: Engage with GitDoc for info, questions, and code insights.
- 🧠 AI-Powered Insights: Intelligent code tips with advanced Language Models.
- 🚀 Boost Your Development: Speed up coding, troubleshoot, and stay updated.
- 🌈 User-Friendly Interface: Enjoy a smooth coding experience.
Experience the future of GitHub documentation exploration with GitDoc - Where curiosity meets code! 🚀📚💬
- Python 3.7 or above
- Langchain library
- Streamlit library
git clone https://github.com/SSK-14/Cloud-Guardian.git
-
Create virtual environment
pip3 install env python3 -m venv env source env/bin/activate -
Install required libraries
pip3 install -r requirements.txt
source env/bin/activate
streamlit run 🏠_Home.py

