A Python recommendation system that finds the implicit relationships between APIs and the query
- Installing Anaconda 3 is recommended way of installation
- Otherwise you will need to install at least NumPy, Pandas, NLTK and scikit-learn
pip install numpy
- Install Flask Python server
- Launch the server
cd src
python app.py
- Go to http://localhost:5000/
- Based on Collaborative Filtering
- Used Natural Language Processing (NLP) and Information Retrieval (IR)
- Bootstrap 4 for CSS