Skip to content

HackRx2-0/ps9_bits_n_bytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ps9_bits_n_bytes

Lets start by making a virtual environment env
SO we followed the following steps to make it
1.Try to open cmd from a particular folder where you need to run the program
Install Packages(libraries)
pip install virtualenv
pip install virtualenv env

2.Lets activate the env in our folder
for activating it
....env\scripts\activate

3.after that open the folder in any idle
then install the following packages
pip install flask
pip install chatterbot
pip install chatterbot-corpus
and try running the chatbot.py and app.py files int idle
if it throws some error in packages then please try to satisfy the requirements
if the error is on time.clock() then please redirect to that file and change time.clock to time.perf_counter/time.process_time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published