AJAX is an AI-powered health assistant designed to provide personalized health recommendations and information.
-
Personalized Recommendations: AJAX uses AI to provide customized health recommendations based on user input and historical data.
-
Medical Information: Access a wide range of medical information, from symptoms and treatments to general health tips.
-
User-Friendly Interface: Designed with simplicity in mind, AJAX offers an intuitive interface for seamless user interaction.
-
Python: Backend logic and AI algorithms are implemented in Python.
-
Flask: Used for building the backend API and handling HTTP requests.
-
SQLite: Database management for storing user data and preferences.
-
JavaScript and AJAX: Frontend interactivity and dynamic content loading.
To run AJAX locally, follow these steps:
- Clone the repository:
git clone https://github.com/mr-crypter/AJAX_-An-AI-Health-Assistant.git cd AJAX_-An-AI-Health-Assistant
AJAX_An_AI_Health_Assistant/
├── app/
│ ├── static/
│ │ ├── css/
│ │ │ └── style.css
│ │ └── js/
│ │ └── script.js
│ ├── templates/
│ │ ├── index.html
│ │ └── ...
│ ├── init.py
│ ├── ai_logic.py
│ ├── models.py
│ ├── routes.py
│ └── config.py
├── docs/
│ ├── design_docs/
│ │ └── ...
│ ├── user_docs/
│ │ └── README.md
│ └── ...
├── tests/
│ ├── test_ai_logic.py
│ ├── test_routes.py
│ └── ...
├── requirements.txt
├── LICENSE
├── README.md
└── app.py
─ requirements.txt
├── LICENSE
├── README.md
└── app.py
### Visit the AJAX Health Assistant Web App
Explore the live deployment of AJAX: https://ajaxhealthapp.streamlit.app/