AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

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

Jupyter Notebook GitHub ↗
★ 0
stars
50
AI relevance
50
solo dev
0
tool sigs

SUMMARY AI summary 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 Detected AI stack

AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.

🌐 Web frameworks (1)
Flask

Language breakdown (by bytes)

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

Owner

Account
OyelolaIbrahim
Type
User
Followers
0

Dates

Created on GitHub 2026-05-09
Last push 2026-05-09
First seen here 2026-05-09
Last fetched 2026-05-09 18:19

Similar repos (same language)

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