LifePoint is an open-source web-application to help users build new habits & connect like minded individuals based on their interests, hobbies and daily activities using NLP models.
To set up the repository on your device, first run the following git command inside a /htdocs directory:
git clone https://github.com/cagan-elden/LifePointRecommended web-server to use while working with this repository are XAMPP and WAMP servers.
Make sure that you also have MySQL installed on your device, recommended management tool for MySQL in this project is phpmyadmin, it can be downloaded alongside XAMPP & WAMP servers.
After having MySQL installed, adjust db.sql as your database.
Then to install necessary Python dependencies, inside /ai directory run:
pip install -r requirements.txtPS: (This is a discontinued legacy build with outdated technologies, LifePoint is going to soon be continued in another repository using modern technologies such as PHP 9 and Laravel)