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