All Projects → und3fined-v01d → Friend.ly

und3fined-v01d / Friend.ly

Licence: apache-2.0
A social media platform with a friend recommendation engine based on personality trait extraction

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Friend.ly

Spruce
A social networking platform made using Node.js and MongoDB
Stars: ✭ 399 (+873.17%)
Mutual labels:  api, social, mongoose, oauth2, social-login, social-network
Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (-60.98%)
Mutual labels:  social-network, mongoose, ejs, passportjs
Graphjs
A set of widgets for a meaningfully social web.
Stars: ✭ 212 (+417.07%)
Mutual labels:  social, social-login, social-network
Supertokens Core
Open source alternative to Auth0 / Firebase Auth / AWS Cognito
Stars: ✭ 2,907 (+6990.24%)
Mutual labels:  oauth2, social-login, passportjs
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (+253.66%)
Mutual labels:  mongoose, nodemailer, passportjs
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+256.1%)
Mutual labels:  api, mongoose, passportjs
Nodejs Auth
Implementation of node.js authentication with social login ✌️, user impersonation 💅, and no passport.js required 💁
Stars: ✭ 201 (+390.24%)
Mutual labels:  oauth2, social-login, passportjs
Laqul
A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.
Stars: ✭ 110 (+168.29%)
Mutual labels:  api, oauth2, social-login
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (+214.63%)
Mutual labels:  api, social, social-network
authorize-me
Authorization with social networks
Stars: ✭ 44 (+7.32%)
Mutual labels:  social, social-network, social-login
mini-express-boilerplate
A minimal Express boilerplate with passport user authentication, mongoose and some security setup configured
Stars: ✭ 15 (-63.41%)
Mutual labels:  mongoose, ejs, passportjs
Service Proxy
API gateway for REST and SOAP written in Java.
Stars: ✭ 355 (+765.85%)
Mutual labels:  api, oauth2
Go Api Boilerplate
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Stars: ✭ 373 (+809.76%)
Mutual labels:  api, oauth2
Aardwolf
Powering connected social communities with open software.
Stars: ✭ 379 (+824.39%)
Mutual labels:  social, social-network
Patchwork
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
Stars: ✭ 3,500 (+8436.59%)
Mutual labels:  social, social-network
React Social Network
Simple React Social Network
Stars: ✭ 409 (+897.56%)
Mutual labels:  social, social-network
Auth
:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP
Stars: ✭ 457 (+1014.63%)
Mutual labels:  social, oauth2
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+1370.73%)
Mutual labels:  api, mongoose
Ph7 Social Dating Cms
😻 pH7Builder (formerly pH7CMS) 👫 is a Professional & Open Source Social Dating CMS written in OOP PHP with the MVC pattern. This Social Dating Script wants to be low resource-intensive, powerful and secure. pH7CMS is included with 40+ modules and based on pH7Framework. It is also the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for creating enterprise level Dating Apps/Service or Social Networking Sites
Stars: ✭ 664 (+1519.51%)
Mutual labels:  social, social-network
Api
HeadHunter API: документация и библиотеки
Stars: ✭ 324 (+690.24%)
Mutual labels:  api, oauth2

Contributors Forks Stargazers Issues
Codacy Badge CircleCI Build Status


Logo

Friend.ly

The internet is flooded with Social Networking Sites(SNS). Be it Twitter, Facebook or Instagram, SNS(s) are without a doubt one of the most popular methods of making friends in the virtual realm. One of the most important aspects of any SNS is the use of a Friend Recommendation System(FRS). Several different types of FRSs have been proposed but a feature that remains common to all of those is homophily, the propensity to associate people with similar others.

While homophily-based FRSs have proven to be extremely accurate in most circumstances, an essential area that still remains relatively unexplored in this domain is the use of personality insights for recommending friends.

With Friend.ly, we propose a novel FRS which leverages text-mining, personality trait extraction, sentiment analysis and hybrid filtering and show it to be having a better performance than most collaborative filtering based FRSs.
Report Bug or Feature Request · Raise a PR

Table of Contents

About The Project

Built With

This project would never have been possible without these wonderful frameworks and project.

Development

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Cloud Setup with GitPod

Gitpod can be used to develop Friend.ly in the cloud. All the commits, if any needs to be made to a branch using convention issue-# (issue-number-on-tracker).

Open in Gitpod

Prerequisites

Clone the repo and hit npm install.

  • npm
npm install

Startup

  1. Clone the repo
git clone https://github.com/und3fined-v01d/Friend.ly
  1. Install NPM packages
npm install
  1. Create a .env file in home directory with valid credentials as follows
TWITTER_CONSUMER_KEY=<your_twitter_consumer_key>
TWITTER_CONSUMER_SECRET=<your_twitter_consumer_secret>
TWITTER_CALLBACK_URL=<your_twitter_callback_url>
GOOGLE_CLIENT_ID=<your_google_client_id>
GOOGLE_CLIENT_SECRET=<your_google_client_secret>
GOOGLE_CALLBACK_URL=<your_google_callback_url>
WATSON_API_KEY=<your_watson_api_key>
WATSON_API_VERSION=<your_watson_api_version>
WATSON_URL=<your_watson_url>
  1. Start the project
npm start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache 2.0 License. See LICENSE.md for more information.

Contact

Project Link: https://github.com/und3fined-v01d/Friend.ly

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].