Co-op Career AI Assistant

The Co-op Career AI Assistant is an AI-powered application that helps students explore co-op and internship experiences, career advice, interview preparation, and job insights by using natural language search and intelligent document retrieval.

CO-op Career AI Assistant
Project Overview I built an AI-powered Retrieval-Augmented Generation (RAG) application that allows users to explore and search through 140+ co-op and internship reports using natural language queries. The system processes PDF and DOCX documents, splits them into chunks, converts them into semantic embeddings using transformer models, and stores them in a FAISS vector index for semantic search. When a user asks a question, the application retrieves the most relevant internship experiences and uses OpenAI GPT models to generate grounded responses related to interview preparation, technical skills, workplace experiences, and career advice. The project also includes an interactive Streamlit interface for searching and exploring student co-op insights.
Tools Used
Python
Streamlit
FAISS
Sentence Transformers
OpenAI API
NumPy
PyPDF
python-docx
Git
GitHub
Explore More