AI開発影響研究所 EN
← ランキング · AI関連リポジトリ

OyelolaIbrahim/Developing-a-simple-chatbot-using-python-and-deep-learning

Jupyter Notebook GitHub ↗
★ 0
stars
50
AI関連スコア
50
個人開発度
0
AIツール痕跡

SUMMARY AI要約 by gpt-5-mini

CloudyML ChatbotはPythonで構築された深層学習ベースの会話チャットボットで、FlaskによるブラウザUIで動作します。目的は手作業ルールではなくニューラルネットワークで入力の「インテント」を分類し、55以上のカテゴリから適切な応答を返すことです。主な処理はNLTKでのトークン化とWordNetによるレマタイズ、Bag-of-Wordsによる特徴化、128→64→出力の3層Denseネットワーク(Dropoutあり)による分類です。学習はSGD(Nesterov、lr=0.01、epochs=150、batch=5)で行い、モデル(.h5)と語彙・クラス(words.pkl、classes.pkl)を保存して運用します。Flaskは'/'でインタフェース、'/get'でメッセージ受信を提供し、信頼度0.25未満の予測は除外します。開発者や学習者、プロトタイピング用途に適しており、intents.jsonを編集してトピックや応答を拡張できます。起動手順は依存関係をインストール後に python train.py(初回学習)、続けて python app.py でサーバ起動です。

DETECTED 検出されたAIスタック

このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。

🌐 Web/アプリフレームワーク (1)
Flask

使用言語(バイト数比)

CSS
1.9%
HTML
2.1%
Python
7.8%
Jupyter Notebook
88.1%

オーナー情報

アカウント
OyelolaIbrahim
タイプ
User
フォロワー
0

日付

GitHub作成日 2026-05-09
最終Push 2026-05-09
当サイト初検出 2026-05-09
最終取得 2026-05-09 18:19

類似Repo (同じ言語のAI関連Repo)

sajid-khokhar89/Pneumonia-MultiModel-Ensemble

Deep learning framework for automated pneumonia detection from chest X-ray images using transfer learning, data augmentation, and ensemble-based medical image classification. Built with PyTorch using ResNet50, evaluation metrics, ROC analysis, confusion matrices, and visualization for reliable AI-assisted diagnosis.

Jupyter Notebook 2 AI 45
Luffy-2520/infotact-project1-grievance-nlp

AI-Powered Citizen Grievance & Sentiment Analysis System | NLP Project | Infotact Internship

Jupyter Notebook 0 AI 75
ssprajapati2021/MLOpsAssignment

MLOps assignment from the Applied AI & Agentic AI program at IIITB with upGrad — covering model lifecycle, CI/CD pipelines, and deployment practices.

Jupyter Notebook 0 AI 45
encoder-010/infotact-project1-grievance-nlp

AI-Powered Citizen Grievance & Sentiment Analysis System | NLP Project | Infotact Internship

Jupyter Notebook 0 AI 75
gururaj004/air-quality-index-analysis

EDA and visualization project analyzing Air Quality Index (AQI) trends and pollution patterns using Python and Jupyter Notebook.

Jupyter Notebook 0 AI 75
Yamuna-6730/adaptive-federated-ids

Adaptive Privacy-Preserving Federated Intrusion Detection Framework for AI-Era Cybersecurity using LSTM, Differential Privacy, and Real-Time Threat Intelligence.

Jupyter Notebook 0 AI 45
sara-7/artificial-intelligence-course

Practical AI course materials including labs, assignments, and hands-on implementations using Python.

Jupyter Notebook 0 AI 45
Tejass1303/air-temperature-time-series-analysis
Jupyter Notebook 0 AI 50