Mercury is an AI-enabled platform for finding friends by identifying their MBTI type and performing cosine similarity on the vectors.
- Identify MBTI type of the person
- Run the AI model to determine compatibility based on personality type
- Find friends and mentors with similar personality traits
- User-friendly interface
To get started with Mercury, follow these steps:
- Clone the repository:
git clone https://github.com/AbhishekMZ/Mercury.git
- Navigate to the project directory:
cd mercury
- Install the required dependencies:
pip install -r requirements.txt
To use Mercury, follow these steps:
- Run the application:
streamlit run streamlit_app.py
- Follow the on-screen instructions to input your MBTI type and find friends with similar personality traits.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Add new feature"
- Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.