Chatbot

  • 3 Replies
  • 4643 Views
*

Awais Shahid

  • Roomba
  • *
  • 8
Chatbot
« on: December 24, 2016, 04:45:47 pm »
Hello
I'm new Machine Learning. I want to build a chatbot using asp.net anyone can guide me what should I do the process???

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6860
  • Mostly Harmless
Re: Chatbot
« Reply #1 on: December 24, 2016, 07:27:26 pm »
Welcome :)

Here's a good place as any to start : http://aidreams.co.uk/forum/index.php?topic=8770.0

*

kei10

  • It's a honor to meet everyone!
  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 430
  • Just kidding.
Re: Chatbot
« Reply #2 on: December 24, 2016, 08:44:21 pm »
Hi and welcome! :)
Greetings, signature.

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1307
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Chatbot
« Reply #3 on: December 25, 2016, 04:53:23 pm »
I don't have access to ASP.NET right now, so this is untested ASP.NET
code for discussion purposes.   Maybe if someone runs a quick alpha test
they'll report back here on this thread.

Code
<% @Page Language="C#" Debug="true" %>
<% @Import Namespace="System.Web" %>
<!DOCTYPE html>
<html>
    <head>
        <title>Chatbot</title>
        <script language="C#" runat="server">
        void Page_Load(object sender,EventArgs e)
           {
           if (IsPost) {

              string stimulus = Request.Form["stimulus"];

              string response = "Please go on.";

              <text>
              You: @stimulus <br />
              Bot: @response <br />
              </text>
           }
    }
   </script>
    </head>
    <body>
      <form method="POST" action="" >
        <fieldset>
          <legend>Chatbot</legend>
          <div>
            <label for="stimulus">Input:</label>
            <input type="text" name="stimulus" value="" />
          </div>
          <div>
            <label>&nbsp;</label>
            <input type="submit" value="Submit" class="submit" />
          </div>
        </fieldset>
      </form>
    </body>
</html>


It only has one response, but if this is working, more responses can be added later on.
Advice: Start simple and have fun building it up from there.
My Very Enormous Monster Just Stopped Using Nine

 


Requirements for functional equivalence to conscious processing?
by DaltonG (General AI Discussion)
November 19, 2024, 11:56:05 am
Will LLMs ever learn what is ... is?
by HS (Future of AI)
November 10, 2024, 06:28:10 pm
Who's the AI?
by frankinstien (Future of AI)
November 04, 2024, 05:45:05 am
Project Acuitas
by WriterOfMinds (General Project Discussion)
October 27, 2024, 09:17:10 pm
Ai improving AI
by infurl (AI Programming)
October 19, 2024, 03:43:29 am
Atronach's Eye
by WriterOfMinds (Home Made Robots)
October 13, 2024, 09:52:42 pm
Running local AI models
by spydaz (AI Programming)
October 07, 2024, 09:00:53 am
Hi IM BAA---AAACK!!
by MagnusWootton (Home Made Robots)
September 16, 2024, 09:49:10 pm
LLaMA2 Meta's chatbot released
by spydaz (AI News )
August 24, 2024, 02:58:36 pm
ollama and llama3
by spydaz (AI News )
August 24, 2024, 02:55:13 pm
AI controlled F-16, for real!
by frankinstien (AI News )
June 15, 2024, 05:40:28 am
Open AI GPT-4o - audio, vision, text combined reasoning
by MikeB (AI News )
May 14, 2024, 05:46:48 am
OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am

Users Online

401 Guests, 0 Users

Most Online Today: 457. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles