Skip to content

Shashwat1001/Gen-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Gen-AI: Exploring Generative AI with LangChain and OpenAI

Welcome to the Gen-AI repository! This project is a hands-on exploration of Generative AI, LLMs, and agentic architectures using tools like LangChain, OpenAI, and retrieval-augmented generation (RAG). The goal is to build intelligent, context-aware systems capable of conversational reasoning, knowledge extraction, and task execution.


πŸš€ Project Objectives

  • Build RAG pipelines using LangChain + FAISS
  • Integrate OpenAI APIs for intelligent text generation
  • Prototype multi-step agents with LangChain agents
  • Explore prompt engineering and LLM evaluation
  • Design domain-specific workflows for analytics and content tasks

🧰 Tech Stack

  • Python
  • LangChain
  • OpenAI GPT-3.5 / GPT-4 APIs
  • FAISS (for vector search)
  • Streamlit (for UI components)
  • PyPDF2 / LangChain document loaders
  • Jupyter Notebooks (for experimentation and EDA)

πŸ“‚ Repository Structure

Gen-AI/ β”‚ β”œβ”€β”€ agents/ # Multi-agent and prompt engineering examples β”œβ”€β”€ app/ # Streamlit interfaces and demos β”œβ”€β”€ data/ # Example documents used for context β”œβ”€β”€ notebooks/ # Exploratory notebooks for LangChain, RAG, OpenAI β”œβ”€β”€ retriever/ # Vector DB and embedding logic β”œβ”€β”€ utils/ # Helper functions and wrappers └── requirements.txt # Python dependencies


πŸ§ͺ Sample Use Cases

  • Conversational Q&A with uploaded PDFs
  • Summarization of domain-specific documents
  • Agent-based multi-step reasoning workflows
  • Prompt optimization for business tasks

πŸ”§ Getting Started

  1. Clone the repository:
git clone https://github.com/Shashwat1001/Gen-AI.git
cd Gen-AI

pip install -r requirements.txt


export OPENAI_API_KEY='your-api-key-here'


streamlit run app/main.py

Credits

Developed by Shashwat Shankar OpenAI, LangChain, and FAISS are acknowledged for powering the core components.

πŸ“« Contact

For collaboration, suggestions, or questions, feel free to reach out:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages