Mental Health Chatbot
This Flask-based personal psychologist chatbot integrates DSM-5 data via RAG with LangChain and ChromaDB for semantic memory, uses SQLite for session management, and leverages the OpenAI API to deliver emotionally and clinically aligned responses.
Technologies:
- ⚙️ LangChain
- ⚙️ ChromaDB
- ⚙️ Flask
- ⚙️ SQLite
AI-Powered Stock Forecasting & Recommendation Bot
Provides forward-looking price predictions for multiple stocks using LSTM-based models; enables real-time Telegram interactions via Flask to generate buy/sell signals based on RSI and Bollinger Bands; summarizes market trends in natural language via the OpenAI API; and delivers live news updates from Yahoo Finance.
Technologies:
- ⚙️ TensorFlow
- ⚙️ Flask
- ⚙️ OpenAI API
- ⚙️ Telegram Bot API
Library Management System
Provides user management, book cataloging, and search-driven recommendations via Flask and MongoDB; features an automated LangChain-based chatbot for interactive assistance.
Technologies:
- ⚙️ LangChain
- ⚙️ Flask
- ⚙️ MongoDB
Steam Most Seller Crawl
Automates extraction of Steam’s top-selling game data via Requests and BeautifulSoup, stores results in SQLite; enables game ranking and sales trend analysis, with custom filtering and sorting capabilities.
Technologies:
- ⚙️ Requests
- ⚙️ BeautifulSoup
- ⚙️ SQlite