Skip to content

CSCoderV/parent-query-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parent Query Assistant

This project is an educational assistant designed to help answer common parent queries in a school or academic setting.
It was inspired by an internship style prompt, but developed entirely on my own as a personal learning and portfolio project.

The goal is to demonstrate how natural language processing and semantic search can be used to handle real-world FAQ-style interactions in an educational context.


Tech Stack

  • Python
  • Transformer-based embeddings
  • Semantic intent detection
  • Streamlit (or Flask) for a simple UI/API

Highlights

  • Loads a knowledge base of typical parent questions related to educational processes and policies.
  • Uses semantic search to match user input to the most relevant responses.
  • Returns clear, contextual answers, simulating a conversational assistant for schools.

Usage

pip install -r requirements.txt
python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages