Your personal HR assistant.
The project generates a local AI client specifically designed to handle all HR queries for your company.
git clone https://github.com/barry802/FD-APAC-AI-Project.git
cd brianbot-wrapper
pip install -r requirements.txt
python manage.py runserver
In some cases the requirements are not installed correctly due to naming conflicts.
Most common cause is the python-decouple
package
pip uninstall decouple
pip install python-decouple