-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement AI-Powered Automated Paper Matching #357
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thank you @sanchitc05 for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better
@Harshdev098 I hope my response resolves your doubt. If you feel this PR matches your expectations, feel free to merge. In case you still have any other queries, do let me know. |
```bash | ||
pytest tests/ | ||
|
||
Generate coverage report: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the need of this Generate coverage report
?
} | ||
|
||
🔧 Configuration | ||
Edit config.py to customize: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where this config.py is there, which you have written for configuration
Recommendation thresholds | ||
Logging settings | ||
|
||
🧪 Testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also there is none of the testing folder i have seen, if you have copied it from some where don't do it becuase there are alot of thing which are not necessary to be here
Fixes #341
Title: Implement AI-Powered Academic Paper Matching System
Description:
This PR introduces a comprehensive AI-powered academic paper matching system. The system is designed to connect researchers with relevant academic papers based on their interests, expertise, and research background. It employs advanced natural language processing and machine learning techniques to provide personalized paper recommendations.
Key Features Implemented:
Technical Details:
Major Components:
preprocessing/data_preprocessor.py
models/profile_analyzer.py
models/semantic_matcher.py
models/recommender.py
api/routes.py
utils/helpers.py
Additional Implementations:
tests/
directorydata_generator.py
config.py
docs/
directoryPerformance Metrics:
This PR also includes:
Testing:
Next Steps:
Please review the changes and provide feedback. Special attention should be given to:
models/semantic_matcher.py
api/routes.py
preprocessing/data_preprocessor.py
Let me know if any further changes or clarifications are needed.