Loading repository data…
Loading repository data…
AryaAppaji / repository
This is an AI based project using Flask framework
This is an AI-powered Event Management System built using the Flask web framework. It helps users find the best event management services through intelligent recommendations and allows organizers to manage their services and bookings efficiently. This is useful for both individual small business owners and event organizing companies.
Please refer to SETUP.md for installation and configuration steps.
This project uses Git Large File Storage (Git LFS) to track large files such as datasets, models, or media assets.
Install Git LFS
Run the following command to install Git LFS globally:
git lfs install
Track Large Files (if contributing) If you are adding large files, track them like this:
git lfs track "*.ext" # Replace .ext with the actual file extension
#(or)
git lfs track "filename or file_path"
If you cloned the repository before installing Git LFS and some files appear broken or are just pointer text files, run the following to fetch the actual large files:
git lfs install
git lfs pull