AIRO-Chatbot allows students, and staff members at UNF to ask questions about technical issues, or other questions at UNF.
The program features a beautiful and minimalistic interface that is based on the FOIL-UI Principles to ensure that all devices will be more accessible to students, and staff members when using this program.
git clone https://github.com/UNF-AIRO/AIRO-Chatbot/
Please make sure your shell environment is either bash or zsh.
python3 -m venv chatbot_virtual_environment
source chatbot_virtual_environment/bin/activate
pip3 install tensorflow
pip3 install keras
pip3 install pillow
pip3 install numpy
pip3 install requests
pip3 install opencv-python
https://docs.idew.org/code-chatbot/
https://github.com/senalbulumulle/FOIL-UI-Framework-Library
https://www.studytonight.com/post/python-virtual-environment-setup-on-mac-osx-easiest-way
https://www.instructables.com/Neural-Network-Powered-Planetarium-Using-Python-El/
https://www.tensorflow.org/js/tutorials/setup
https://www.typescriptlang.org/docs/