This is a collaborative project for MakeUC 2023. The contributers are Niteesh Rawal, Oriana Hernandez, Elizabeth Watson, and Cael Thompson. This project uses an Excel database and pythons capabilities to create language-based interactions for academic use.
A spell checker to determine if strings in a variety of lengths are spelled incorrectly and gives suggestions on what the correct words may be.
A translator for when someone may need to learn or understand words in spanish/English and vice versa.
The following python libraries must be installed prior to the implementation of this project. (Make sure all of them are up to date so the program runs as intended.
- pip install spellchecker
- pip install PyDictionary
- pip install googletrans
- pip install pandas
- pip install Pydxl
Elizabeth and Niteesh: Coders and debugging \n. Cael and Oriana: quality assurance, debugging, and documentation