porimol / interactive-learning-duo

Unlock Your Coding Potential: Explore, Learn, and Code with Our Interactive Python and SQL ChatBot!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your Interactive Python & SQL Learning Companion

Unlock Your Coding Potential: Explore, Learn, and Code with Our Interactive Python and SQL ChatBot!

Table of Contents

[[TOC]]

Prerequisites

Before start working, please make sure you have installed and configured the following prerequisites.

πŸ“¦ Installation

Run the followind command to complete the required Python packages.

poetry install

Project Architecture

The project structure of this repository is as follows:

.
β”œβ”€β”€ README.md
β”œβ”€β”€ app
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ config.py
β”‚   β”œβ”€β”€ db
β”‚   β”‚   β”œβ”€β”€ __init__.py
β”‚   β”‚   β”œβ”€β”€ data_model.py
β”‚   β”‚   β”œβ”€β”€ sql.py
β”‚   β”‚   └── vectordb.py
β”‚   β”œβ”€β”€ dependencies.py
β”‚   β”œβ”€β”€ routers
β”‚   β”‚   β”œβ”€β”€ __init__.py
β”‚   β”‚   β”œβ”€β”€ auth.py
β”‚   β”‚   β”œβ”€β”€ chat.py
β”‚   β”‚   β”œβ”€β”€ dashboard.py
β”‚   β”‚   β”œβ”€β”€ landing.py
β”‚   β”‚   └── users.py
β”‚   └── templates
β”‚       β”œβ”€β”€ 404.html
β”‚       β”œβ”€β”€ assets
β”‚       β”‚   β”œβ”€β”€ CSS,JS and Images
β”‚       β”œβ”€β”€ chatbot.html
β”‚       β”œβ”€β”€ dashboard.html
β”‚       β”œβ”€β”€ forgot-password.html
β”‚       β”œβ”€β”€ landing
β”‚       β”‚   └── index.html
β”‚       β”œβ”€β”€ login.html
β”‚       β”œβ”€β”€ profile.html
β”‚       β”œβ”€β”€ register.html
β”‚       β”œβ”€β”€ settings.html
β”‚       β”œβ”€β”€ shared
β”‚       β”‚   β”œβ”€β”€ base.html
β”‚       β”‚   β”œβ”€β”€ footer_script.html
β”‚       β”‚   β”œβ”€β”€ header_script.html
β”‚       β”‚   β”œβ”€β”€ navbar.html
β”‚       β”‚   └── sidebar.html
β”‚       └── table.html
β”œβ”€β”€ llms
β”‚   └── __init__.py
β”œβ”€β”€ main.py
β”œβ”€β”€ poetry.lock
β”œβ”€β”€ pyproject.toml
└── pythonqa.db

Screenshots

Landing Page

 Landing Page

User Dashboard

User Dashboard

ChatBot UI

ChatBot UI

Profile Information Update

Profile Information Update

Password Change

Password Change

About

Unlock Your Coding Potential: Explore, Learn, and Code with Our Interactive Python and SQL ChatBot!


Languages

Language:HTML 50.5%Language:Python 30.7%Language:Jupyter Notebook 18.9%