ritwik12 / Virtual-Assistant

A linux based Virtual assistant on Artificial Intelligence in C
GNU General Public License v3.0
130 stars 95 forks source link

saving the arrays into file or DB? #14

Open speedy-software-ch opened 6 years ago

speedy-software-ch commented 6 years ago

Don't we want to save the arrays for AI into files or DB?

ritwik12 commented 6 years ago

Ya we can, but it is simple like this. When our data size increases.we can shift it to a new file or database.

ritwik12 commented 6 years ago

@speedy-software-ch This could be implemented.As now we have a huge code with enough AI arrays.

Hengistsson commented 4 years ago

Hi @ritwik12, I am a beginner looking to try helping out. Do you have any guidance on how you think this should be done? Or a good place to start?

ritwik12 commented 4 years ago

@Hengistsson Please go through the code once, We started storing arrays and all in separate files. If it still requires improvement. We can have a discussion here for that.