All Projects → DwangoMediaVillage → Illust_comment_search

DwangoMediaVillage / Illust_comment_search

コメント生成ハッカソン用レポジトリ

Projects that are alternatives of or similar to Illust comment search

Tensorflow Livelessons
"Deep Learning with TensorFlow" LiveLessons
Stars: ✭ 789 (+15680%)
Mutual labels:  jupyter-notebook
Dataaugmentationforobjectdetection
Data Augmentation For Object Detection
Stars: ✭ 812 (+16140%)
Mutual labels:  jupyter-notebook
Ghgforcing
Python package to calculating forcing from continuous GHG emissions
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Nlp In Practice
Starter code to solve real world text data problems. Includes: Gensim Word2Vec, phrase embeddings, Text Classification with Logistic Regression, word count with pyspark, simple text preprocessing, pre-trained embeddings and more.
Stars: ✭ 790 (+15700%)
Mutual labels:  jupyter-notebook
Fizz Buzz Tensorflow
fizz buzz in tensorflow
Stars: ✭ 803 (+15960%)
Mutual labels:  jupyter-notebook
Python tutorials
Python tutorials in both Jupyter Notebook and youtube format.
Stars: ✭ 813 (+16160%)
Mutual labels:  jupyter-notebook
Intro2stats
Introduction to Statistics using Python
Stars: ✭ 785 (+15600%)
Mutual labels:  jupyter-notebook
Uorf repressiveness supplemental
Data and iPython notebooks documenting all analysis for manuscript "Conservation of uORF repressiveness and sequence features in mouse, human and zebrafish", by Guo-Liang "Chewie" Chew, Andrea Pauli and Alexander F. Schier, 2016
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Earthengine Py Notebooks
A collection of 360+ Jupyter Python notebook examples for using Google Earth Engine with interactive mapping
Stars: ✭ 807 (+16040%)
Mutual labels:  jupyter-notebook
Coursera Machine Learning
Coursera Machine Learning - Python code
Stars: ✭ 815 (+16200%)
Mutual labels:  jupyter-notebook
Deep Image Prior
Image restoration with neural networks but without learning.
Stars: ✭ 6,940 (+138700%)
Mutual labels:  jupyter-notebook
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+15820%)
Mutual labels:  jupyter-notebook
Andrew Ng Deep Learning Notes
吴恩达《深度学习》系列课程笔记及代码 | Notes in Chinese for Andrew Ng Deep Learning Course
Stars: ✭ 814 (+16180%)
Mutual labels:  jupyter-notebook
Machine Learning Project Walkthrough
An implementation of a complete machine learning solution in Python on a real-world dataset. This project is meant to demonstrate how all the steps of a machine learning pipeline come together to solve a problem!
Stars: ✭ 791 (+15720%)
Mutual labels:  jupyter-notebook
Jjug Ccc 2016 Spring
JJUG CCC 2016 Spring http://www.java-users.jp/?page_id=2377 #jjug_ccc #ccc_m61
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Pconv Keras
Unofficial implementation of "Image Inpainting for Irregular Holes Using Partial Convolutions". Try at: www.fixmyphoto.ai
Stars: ✭ 786 (+15620%)
Mutual labels:  jupyter-notebook
Gan stability
Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"
Stars: ✭ 810 (+16100%)
Mutual labels:  jupyter-notebook
Covid Ct
COVID-CT-Dataset: A CT Scan Dataset about COVID-19
Stars: ✭ 820 (+16300%)
Mutual labels:  jupyter-notebook
Techtalks
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Jupyter nbextensions configurator
A jupyter notebook serverextension providing config interfaces for nbextensions.
Stars: ✭ 814 (+16180%)
Mutual labels:  jupyter-notebook

ニコニコ超コメント生成コンテスト サンプルプログラム

画像 -> コメント検索の試し方

A. 依存パッケージのインストール

pip install -r requirements.txt

B. 必要なファイルをダウンロードする

ダウンロード用signitureはニコニコ超コメント生成コンテストの登録ページから別途申請して手に入れてください。

signature="XXXXX"
mkdir data
wget "https://nico-opendata.jp/comment-hackathon/nico_comment_feature_v1.hdf5$signiture" -O ./data/nico_comment_feature_v1.hdf5
wget "https://nico-opendata.jp/comment-hackathon/nico_comment_feature_v1_vocabulary.txt$signiture" -O ./data/nico_comment_feature_v1_vocabulary.txt
wget "https://nico-opendata.jp/comment-hackathon/nico_illust_tag_v2.hdf5$signiture" -O ./data/nico_illust_tag_v2.hdf5
wget "https://nico-opendata.jp/comment-hackathon/seiga_comment.tsv$signiture" -O ./data/seiga_comment.tsv

C. 学習しやすいコメントに絞って、ランダムにソートする

python prettify_comment.py --max_comment_count=100 --min_comment_length=4 --max_comment_length=30 data/seiga_comment.tsv > data/seiga_comment_random.tsv

D. ipythonを実行

ipython notebook search_comment_example.ipynb

類似画像検索の試し方

A, B, Cは上に同じ

D. ipythonを実行

ipython notebook search_comment_example.ipynb
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].