Giter VIP home page Giter VIP logo

ivy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ivy's Issues

Monika Corpus

We'll probably need collaboration with a Monika-centric DDLC Mod as we require a solid database for Monika.

Here's some data points to gather for the corpus :

  • @lilmonix3 Twitter Data
  • Mainline DDLC
  • Monika After Story
  • Related Citations

vocabs are not valid utf-8

Backtrace :

  File "/projects/MonikaDesu-Rebecca/src/data_utils.py", line 137, in prepare_custom_data
    data_to_token_ids(train_enc, enc_train_ids_path, enc_vocab_path, tokenizer)
  File "/projects/MonikaDesu-Rebecca/src/data_utils.py", line 112, in data_to_token_ids
    vocab, _ = initialize_vocabulary(vocabulary_path)
  File "/projects/MonikaDesu-Rebecca/src/data_utils.py", line 87, in initialize_vocabulary
    rev_vocab.extend(f.readlines())
  File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/lib/io/file_io.py", line 131, in readlines
    s = self.readline()
  File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/lib/io/file_io.py", line 124, in readline
    return compat.as_str_any(self._read_buf.ReadLineAsString())
  File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/compat.py", line 106, in as_str_any
    return as_str(value)
  File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/compat.py", line 84, in as_text
    return bytes_or_text.decode(encoding)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 1: invalid start byte

Rewrite to Python 3

Looks like the new Model is written under Python 2.7 judging from the syntax, probs need to be rewritten again

@Ovyerus, would you like to take over?

Modules not being found when running setup.py

Following the instructions outlined within the 'Setting up Ivy' wiki page, downloading the dependencies and placing Fern's data within the resources folder, running setup.py results in a traceback error:

Traceback (most recent call last): File "F:\Ivy\setup.py", line 1, in <module> from ChatLearner.chatbot.bottrainer import BotTrainer ModuleNotFoundError: No module named 'ChatLearner.chatbot'

Seeing this, I decided to dig within the ChatLearner folder, and nothing was there. Do I have to download files that weren't outlined within the instructions elsewhere?

Release 1.0

  • Monika After Story Client Injector (Seperate Repository - Link)
  • CakeChat + Deep Emotional Analysis Engine
  • Monika Corpus Extended.

[Backlog] Voice Engine

This was in the original concept, though won't be part of 1.0 GA.

  • Tacotron 1.0 Implementation
  • Voice Model (Probably contact Jilian Ashcraft for this)

Neural Network Layout

First we need to consider what kind of NN Model we should do for rebecca.

I'm considering a Recurrent model as it allows to listen to the context vector while learning from user input.

CakeChat Encoding does not accept text faces

Based on what @Oxylibrium relayed on Discord:

  • Seems the current tokenizer of CakeChat can't take the shrug ASCII art.
  • It's read as 9 tokens.

This is obviously bad but @Martmists suggested a solution for it by having delimiters. This would serve as their issue update log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.