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
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
healthcare-assistant-bot
/
templates
RSK World
healthcare-assistant-bot
Healthcare Assistant Bot - Python + Flask + SQLite + PHP Dashboard + NLP + Medical Features
templates
  • admin.html2.1 KB
  • index.html1.1 KB
  • login.html1.3 KB
  • register.html1.5 KB
requirements.txtadmin.html
requirements.txt
Raw Download
Find: Go to:
Flask
nltk
scikit-learn
pandas
numpy
tensorflow
keras
8 lines•54 B
text
templates/admin.html
Raw Download
Find: Go to:
<!--
    Project: Healthcare Assistant Bot
    Author: Molla Samser
    Author's Email: info@rskworld.com
    Author's Phone: +91 93305 39277
    Author's Website: https://rskworld.in
    Year: 2026
-->

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Admin Dashboard - Healthcare Assistant Bot</title>
    <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
</head>
<body>
    <div class="admin-container">
        <div class="admin-header">
            <h2>Admin Dashboard</h2>
            <a href="/logout">Logout</a>
        </div>
        <div class="admin-content">
            <h3>Appointments</h3>
            <table>
                <thead>
                    <tr>
                        <th>ID</th>
                        <th>Date</th>
                        <th>Time</th>
                        <th>Description</th>
                    </tr>
                </thead>
                <tbody>
                    {% for appointment in appointments %}
                    <tr>
                        <td>{{ appointment[0] }}</td>
                        <td>{{ appointment[1] }}</td>
                        <td>{{ appointment[2] }}</td>
                        <td>{{ appointment[3] }}</td>
                    </tr>
                    {% endfor %}
                </tbody>
            </table>

            <h3>Reminders</h3>
            <table>
                <thead>
                    <tr>
                        <th>ID</th>
                        <th>Medication</th>
                        <th>Time</th>
                    </tr>
                </thead>
                <tbody>
                    {% for reminder in reminders %}
                    <tr>
                        <td>{{ reminder[0] }}</td>
                        <td>{{ reminder[1] }}</td>
                        <td>{{ reminder[2] }}</td>
                    </tr>
                    {% endfor %}
                </tbody>
            </table>
        </div>
    </div>
</body>
</html>
70 lines•2.1 KB
markup

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