Skip to content

This Flask web app recommends projects for contributing open-source πŸ’»that internally uses ML and NLP models.

License

Notifications You must be signed in to change notification settings

jyothiprakashpanaik/HackthonDSC-OpenSource-Project-Recomender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DSC Hackslash/ -> "#EduTech"

NLP-OpenSource-Project-Recomender


Logo

Open Source Project Recomender.

An awesome ML+NLP project that will help you to find projects!
Content base recommendation Β»

View Demo Β· Report Bug . Dataset Github

Table of Content

Demo

Link: https://right-opensource-project.herokuapp.com/

Overview

This is a Flask web app which recommend you the open-source project this internallly uses ML and NLP model .

Motivation πŸ‘

What to do when you are at home due to this pandemic situation? I started to Contributing to the open source projects but it was very difficult to find the right projects. So, Finally it is important to work on application (real world application) to actually make a difference.

Installation πŸ“Ί

The Code is written in Python 3.8.5. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

pip install -r requirements.txt

To run the Flask app:

python app.py

Deployement on Heroku

Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.

Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.

Directory Tree

β”œβ”€β”€ models 
β”‚   β”œβ”€β”€Model.ipynb
|   β”œβ”€β”€model.py
|        (...)
β”œβ”€β”€ template
β”‚   β”œβ”€β”€ index.html
|   β”œβ”€β”€ result.html
|
β”œβ”€β”€ Procfile
β”œβ”€β”€ README.md
β”œβ”€β”€ app.py
β”œβ”€β”€ Open-Source-Recommendation-System.ipynb
β”œβ”€β”€ nltk.txt
β”œβ”€β”€ 2020-04-06.tsv
β”œβ”€β”€ requirements.txt

Technologies Used

  • NLTK - module to filter the the dataset and building model
  • Sklearn - for making the predictions based on cosine similarity
  • Flask - to run this web-application
  • and some EDA and EDD steps to clean the model.

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result

Future Scope

  • Use multiple Algorithms
  • Add some more features
  • Optimize Flask app.py
  • Front-End

About

This Flask web app recommends projects for contributing open-source πŸ’»that internally uses ML and NLP models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages