help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
conversational-ai-bot
/
__pycache__
RSK World
conversational-ai-bot
Conversational AI Bot - Python + NLP + Flask + Machine Learning + Chatbot + AI
__pycache__
  • api_integrations.cpython-313.pyc5.4 KB
  • app.cpython-313.pyc5.7 KB
  • chatbot.cpython-313.pyc18.1 KB
  • config.cpython-313.pyc1.1 KB
  • context_manager.cpython-313.pyc7.1 KB
  • conversation_analytics.cpython-313.pyc6.6 KB
  • conversation_history.cpython-313.pyc6.5 KB
  • entity_extractor.cpython-313.pyc7 KB
  • intent_recognizer.cpython-313.pyc5.8 KB
  • language_support.cpython-313.pyc5.2 KB
  • response_templates.cpython-313.pyc6.6 KB
  • sentiment_analyzer.cpython-313.pyc5.4 KB
config.py
config.py
Raw Download
Find: Go to:
"""
Configuration settings for Conversational AI Bot
Developer: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277
Year: 2026
"""

# Bot Configuration
BOT_NAME = "Conversational AI Bot"
BOT_VERSION = "1.0.0"
DEFAULT_RESPONSE = "I'm sorry, I didn't understand that. Could you please rephrase?"

# Context Management
MAX_CONTEXT_HISTORY = 10  # Maximum number of previous messages to keep in context
CONTEXT_TIMEOUT = 3600  # Context timeout in seconds (1 hour)

# Intent Recognition
INTENT_CONFIDENCE_THRESHOLD = 0.6  # Minimum confidence score for intent recognition

# Entity Extraction
SUPPORTED_ENTITIES = ['PERSON', 'DATE', 'TIME', 'LOCATION', 'ORGANIZATION', 'MONEY', 'PERCENT']

# Conversation History
ENABLE_HISTORY = True
HISTORY_FILE = "conversation_history.json"
MAX_HISTORY_ENTRIES = 100

# NLP Settings
LANGUAGE = "en"
USE_LEMMATIZATION = True
REMOVE_STOPWORDS = True

# Developer Information
DEVELOPER_NAME = "RSK World"
DEVELOPER_WEBSITE = "https://rskworld.in"
DEVELOPER_EMAIL = "help@rskworld.in"
DEVELOPER_PHONE = "+91 93305 39277"
YEAR = 2026

42 lines•1.1 KB
python
🚀 Support RSK World

Subscribe to our YouTube channel for latest tutorials & updates!



Click subscribe & support our work ❤️

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer