Project Name: 🎵 Music-match 🎶
Music-match is a Streamlit-based application built using Python and Pandas. It utilizes Google Sheets as a database to store user data. The primary goal of the project is to connect users with similar music interests and facilitate connections through social media handles.
- User Registration: Users can register by providing their name, email, preferred music genres, and social media handles.
- Data Storage: User information is stored in a Google Sheet, allowing for easy access and management.
- Matching Algorithm: The application uses a matching algorithm to identify users with similar music interests based on the genres they prefer.
- Connection Facilitation: Once matches are found, users are provided with the social media handles of their potential matches, allowing them to connect.
- User Interface: Streamlit provides a user-friendly interface where users can easily interact with the application.