https://github.com/hk669/open-source-recommender
Gitmatch - personalized recommendation system, that recommends open-source repositories based on your skills, topics and languages from your GitHub
https://github.com/hk669/open-source-recommender
ai aws azure-openai chromadb fastapi git-search gitmatch good-first-issue open-source-recommender recommendation-system redis-cache repository-recommender
Last synced: 3 months ago
JSON representation
Gitmatch - personalized recommendation system, that recommends open-source repositories based on your skills, topics and languages from your GitHub
- Host: GitHub
- URL: https://github.com/hk669/open-source-recommender
- Owner: Hk669
- License: mit
- Created: 2023-07-12T13:41:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T18:23:22.000Z (about 1 year ago)
- Last Synced: 2025-04-10T21:15:33.616Z (6 months ago)
- Topics: ai, aws, azure-openai, chromadb, fastapi, git-search, gitmatch, good-first-issue, open-source-recommender, recommendation-system, redis-cache, repository-recommender
- Language: Python
- Homepage: https://gitmatch.in/
- Size: 41 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open-Source Recommender
https://github.com/user-attachments/assets/fc2f9fbe-682e-406d-8c7b-d9f192889a4f
This will be a free public-facing web application designed to find open-source projects for beginners and developers available at [gitmatch.in](https://gitmatch.in).
Search your next contribution to open source easily! A free web app is here to help every developer find cool open-source projects of interest that fit their skillset. Just enter your GitHub username; our intelligent recommender system will do the rest.
Give it a star⭐, if you support my intiative to help beginners start with open source!
## Why Use Open-Source Recommender
- **Perfect for Beginners**: Jump into open source with projects perfect for your current skill level.
- **Tailored Recommendations**: Recommendations on projects based on your GitHub profile, preferred languages and interests.
- **Expand Your Horizons**: New technologies, new projects you never would have crossed.
- **Absolutely Free**: Just free – gift to the developer community.## How It Works

1. Retrives user repositories details which include, _languages_, _topics_, and _description_
2. Collects the best open source projects from the GitHub based on user's topics and languages
3. Processes the open source repositories through the _embedding model_ deployed in the _Azure OpenAI Studio_
4. Stores the resulting embeddings in _ChromaDB_ (VectorStore)
5. Converts the user's repository languages, topics, and descriptions into embeddings using the embedding model
6. Perform a _similarity search_ with the embeddings to find the most relevant open source projects
7. Delivers _personalized recommendations_ to the client## Features
- **User-Friendly Interface:** Clean, intuitive design for seamless performance.
- **GitHub Integration**: Bases Users and Projects on the GitHub API for proper user data and details of projects
- **Smart Recommendations**: It fits appropriate projects to each user using robust algorithms.
- **Diverse Project Pool**: Multiple projects from different domains and projects which are of any difficulty level
- **Quick Access**: There are multiple direct links to recommended projects to access them fast.feel free to drop your suggestions and issues at [Discussions](https://github.com/Hk669/Open-Source-Recommender/discussions/12)
## Get Started
checkout [gitmatch.in](https://gitmatch.in), and if you want to leverage the true power of the gitmatch, follow [steps](https://github.com/Hk669/Open-Source-Recommender/discussions/1)
## Feedback
If you have any suggestions, find any bugs, or have success stories you'd like to share with me, please do so. Your input will make the experience better for all.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.