AVRS Associated Videos Recommendation System
An awesome Associated Videos Recommendation System!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This App provides associated videos based on your selection as well as an interactive chart to visualize how videos are distributed by their topics.
Please make sure that all the necessary packages have been installed.
Please install all the necessary packages before running the program. You may run either by setup.py or via pip install
- setup.py
python setup.py install
You may also just install all the necessary package without install avrs-web as package.
- pip
pip install -r requiement.txt
Here are the steps to follow to install avrs-web:
- Clone the repo
git clone https://github.com/yencli/avrs-web.git
- Install packages
python setup.py install
- Enter your DB address in
config.ini
, you may left it blank if there's no specific folders for the files.DATA_DIR: 'ENTER YOUR DB ADDRESS'; EMBED_FOLDER: 'ENTER FOLDER NAME FOR EMBEDDED DATA'; RESULT_FOLDER: 'ENTER FOLDER NAME FOR CLUSTERING DATA';
- Enter your filename in
config.ini
cid: 'ENTER YOUR FILENAME';
You may run on the example data provided here simply by executing the script run-app.py.
- run-app.py
python tests/run-app.py
or you may try with your own data by configurating config.ini then run with:
- main.py
python main.py
The documentation is distributed with avrs-web source code in the docs/ directory.
For more examples, please refer to the Documentation
- Add pytest
- Add Documentation
- Add User-based data to content
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License V3. See LICENSE.txt
for more information.
Yen C. Li - [email protected]
Project Link: https://github.com/yencli/avrs-web