Medsched
Self Host(able) medical reminder app, prescription manager and web scraper. Built with Python and Flask.
Install / Use
/learn @BVNCodeTech/MedschedREADME

medSched
medSCHED is an all-in-one application for all of your medical needs. At its core, it is a scheduler and a reminder app for your medicines, that is, it reminds you whenever you need to take a certain pill. It is especially aimed for those, who have trouble remembering the same or are too busy with their own schedule that they do not keep track of time.
Another area where medSCHED will be helping people is with its own in-built mini DMS (Document Management System) for all of your prescriptions. You can easily store all your prescriptions at one place for accessibility and quick reference. With a simplified UI, it is targetted for senior people as well as for home usage.
medSCHED also comes with a web-scraper which would allow you to see related information about the medicine by searching on trusted sources, making recongition of medicines way easier.
Event Details
| Event | Code | Demo | Participants/Authors | Result | | --- | --- | --- | --- | -- | | Hackathon | Code | Demo:N/A | Pancham Agarwal, Aryan Sharma, Aditya Gupta | Did Not Win Finals |
Installation
In case you want to run a development server on your local machine, then follow the following steps.
Get the repository
Clone the repository
git clone https://github.com/BVNCodeTech/medsched.git
cd medsched
Installing Virtual Environment
Be sure to have python >=3.6 installed in your machine and added to $PATH for *nix and to environment variables in Windows. Next create a virtual environment by installing and using virtualenv
pip install virtualenv
And then create a virtual environment
virtualenv somerandomname
Finally, activate the env
source somerandomname/bin/activate #For mac os and linux
somerandomname\Scripts\activate #For Windows; use backslash
Installing Requirements
Use pip to install all the modules and libraries required for medSCHED in the required.txt
pip install -r requirements.txt
Install postcss and tailwind using npm.
npm install postcss -D tailwindcss@latest postcss@latest autoprefixer@latest @fortawesome/fontawesome-free
npm install @tailwindcss/forms
Run Flask Server
Before running make sure that port 5000 is free or you can use any other port by passing the port number in the run function. You can start the development server like so
python3 main.py # For nix
python main.py # For Windows
Screencasts
The Dashboard
Adding A Reminder
Uploading prescriptions
Related Skills
claude-opus-4-5-migration
82.0kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
model-usage
333.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
mcp-for-beginners
15.6kThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.
TrendRadar
49.7k⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
