Follow below Steps.
- Please download the mizbee.zip file in the Download page, then Unzip the zip file.
- Make a virtual environment using this cmnd python -m venv myenv.
- Install the libraries from (pip install -r requirement.txt).
- Migrate the database tables (python manage.py makemigrations & python manage.py migrate)
- Run the python file using python main.py.
- Explore with MizBee AI...!