• Sign In
  • Sign Up
    Loading ...
View All Updates Mark All Read
Promote New Inventions and Technology
  • Home
  • About Us
  • Members
  • Projects
  • Quizzes
  • Vote
  • Forum
  • Groups
  • Analysis
  • Chat
Amount Earned: $0.00
Masum Bin Alam's Top Achievements
Amount Earned: $0.00
Masum Bin Alam's Top Achievements

Information

  • Regular Member
  • May 4, 2018
  • Member since April 16, 2018
  • 1 friend
  • 1 like, 5,341 views, 0/5

1 Person Like This

  • Mudasir Hussain
  • Previous
    Next
  • Updates
  • Compliments
  • Friends(1)
  • Followers(1)
  • Info

Updates

The post was not added to the feed. Please check your privacy settings.
  • Fatima Ahmed
    Fatima Ahmed: Hi, thanks for the video! It is very good and and I like the instructors video on the bottom right.  My favorite part is in the end when that chatbot was asking weird questions! 
    Machine Learning, Deep Learning and creating a Python chatbot
    the link:- https://github.com/gunthercox/chatterbot-corpus
    • April 16, 2018
    • Fatima Ahmed likes this.
    • Fatima Ahmed
      Fatima Ahmed I liked that you included your video in the bottom right. Which tool did you use to record and how do you usually put the instructors video in the side like you did in your video? Maybe my other coder friends can so the same...also, is it possible to run...  moreI liked that you included your video in the bottom right. Which tool did you use to record and how do you usually put the instructors video in the side like you did in your video? Maybe my other coder friends can so the same...also, is it possible to run your chatbot program from python's IDLE instead of using the command prompt?  
      • April 16, 2018
    • Fatima Ahmed
      Masum Bin Alam I used the software ( OBS studio ). It's free and you can just select multiple input. I used webcam and my desktop......and Yes it's possible to run my chatbot program from python's IDLE instead of using the command prompt..
      • April 16, 2018
      • -
      • 1 likes this
    • Fatima Ahmed
      Fatima Ahmed And the code will work in any version of Python, right? For exmaple, Python 3, etc?
      • April 16, 2018
    • Fatima Ahmed
      Masum Bin Alam You have to make a little bit of change. Instead of ( raw_input ) you have to use ( input ) otherwise it's good
      • April 16, 2018
      • -
      • 1 likes this
    • Fatima Ahmed
      Fatima Ahmed ok, can you please send me the source code of your main program? I think you named it ourchatbot in this tutorial. So basically you used the github code and your code together for this chatbot to work, right?
      • April 16, 2018
    • Fatima Ahmed
      Masum Bin Alam yes...here's the code..

      from chatterbot import ChatBot
      from chatterbot.trainers import...  more
      yes...here's the code..

      from chatterbot import ChatBot
      from chatterbot.trainers import ListTrainer
      import os

      bot=ChatBot('Bot')
      bot.set_trainer(ListTrainer)

      for files in os.listdir ('C:/Users/Masum\Desktop\chatterbot-corpus-master\chatterbot_corpus\data\english/'):
      data = open ('C:/Users/Masum\Desktop\chatterbot-corpus-master\chatterbot_corpus\data\english/'+files, 'r').readlines()
      bot.train(data)

      while True:
      message = raw_input ('You:')
      if message.strip() != 'Bye':
      reply = bot.get_response(message)
      print('ChatBot:',reply)

      if message.strip() == 'Bye':
      print('ChatBot: Bye')
      break  less
      • April 16, 2018
      • -
      • 1 likes this
    • Fatima Ahmed
      Fatima Ahmed ok, can you please e-mail me the ourchatbot.py file? I will include it in the main featured article for people to download it...
      • April 16, 2018
    • Fatima Ahmed
      Fatima Ahmed OK, got the file. Last thing...do you think you can share the original mp4 file also? While adding the music/visual effects before posting to my main site, I may need it, so I dont have to re-record again.
      • April 16, 2018
View More
Loading ...

Compliments

Masum Bin Alam's Compliments
    No compliment created yet.
View More

Friends

  • Fatima Ahmed
    Regular Member
    612 Friends
    15 41826 0/5
View More

Followers

  • Mudasir Hussain
    5 Friends
  • Previous
    Next

Info

Personal Information

  • First Name Masum
  • Last Name Bin Alam
  • Gender Male
  • Birthday July 2, 1998
  • Hometown Dhaka, Bangladesh
  • Major Mechanical Engineering
  • Favorite Course or Subjects Robotics
  • Interests Programming
  • Favorite Coding Language Python

Personal Details

  • About Me I'm Masum
Copyright ©2025  -  Privacy  -  Terms of Service  -  Contact  -  Mobile Site

Create Account

You will use your email address to login.

Passwords must be at least 6 characters in length.

Enter your password again for confirmation.

This will be the end of your profile link, for example:
http://coolinventor.com/profile/yourname/index/show_comments/1/action_id/219

 
 

Member Sign In

If you already have an account, please enter your details below. If you don't have one yet, please sign up first.

 
 
 
Forgot Password?
Share