CoolFace
Modelpublic

GeetaAIVisionary/spelling-bee-ai-wordfinder

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
Model Card

๐Ÿ AI Word Finder for Spelling Bee Kids

This is a lightweight Python-based word search utility powered by NLP-style fuzzy matching. It was built to help Spelling Bee students (like my own kids!) search massive word lists more intelligently.

As a Senior Architect in Cloud & Streaming (Kafka, GCP, Azure), Iโ€™m currently expanding into AI/ML. This project bridges my background with real-world AI use cases in education.


๐Ÿ’ก What It Does

  • โ€”Accepts a keyword (e.g., geo)
  • โ€”Matches it to the closest spelling words in the dataset
  • โ€”Outputs top ranked results using string similarity
  • โ€”Designed for CLI use, can be expanded with OpenAI API

๐Ÿ› ๏ธ Stack

  • โ€”Python
  • โ€”pandas
  • โ€”argparse
  • โ€”Optional: OpenAI for prompt-based AI search

๐Ÿ“ Files in the Repo

  • โ€”word_finder.py: Script to run the search
  • โ€”spelling_words.csv: Sample word list
  • โ€”requirements.txt: Package dependencies
  • โ€”example_run.md: Sample usage and output

๐Ÿงช Sample Run

bash
python word_finder.py --input geo

Output:

markdown
Copy
Edit
Top matches for "geo":
1. geography
2. geological
3. geocentric


๐Ÿ‘ฉโ€๐Ÿ’ป Author

Geeta Kudumula Senior AI | Cloud | Streaming Architect ๐Ÿ”— https://www.linkedin.com/in/geeta-kudumula-7963b990/