Skip to content

ElinahMoyo/Portable-Doctor--Solution-Challenge

Repository files navigation

Solution

#solution challenge

important libraries

install and import

''' import numpy as np import tensorflow as tf import tflearn import random

import nltk from nltk.stem.lancaster import LancasterStemmer stemmer = LancasterStemmer()

import json import pickle import warnings warnings.filterwarnings("ignore") '''

To run the code:

first run the chatydisease.py file in order to train the model first. it will run for 1000 epoch

second , then run the test.py file

input information such as greetings, goodbyes, disease symptoms

check the intents file for information that is in our dataset.

About

Solution challenge 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages