Skip to content

This C program serves as both a JSON parser and an interactive chatbot interface powered by a neural network.

Notifications You must be signed in to change notification settings

pvardalas/Jason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Json Extraction and ChatBot implementation

Author

  • Panagiotis Vardalas

Overview

This C program provides two primary functionalities:

  1. JSON Data Extraction: Extracts the message content from a json file.
  2. Interactive Conversation: Simulates a chatbot interface using a neural library for processing queries.

Usage

Extraction Mode

./jason --extract <filename>

Where:

  • <filename>: The path to a JSON file containing structured data.

Bot Mode

./jason --bot

In bot mode, the program enters an interactive session where the user can input queries.

How It Works

  • JSON Parsing: Uses string manipulation functions to locate and extract specific JSON fields and find the path to the content of the message.
  • Chat Bot Functionallity: Uses an external neurolib to handle the responses.

About

This C program serves as both a JSON parser and an interactive chatbot interface powered by a neural network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages