DrSmile is a Dental Care Advice Chatbot designed to provide users with dental care recommendations. Utilizing machine learning techniques, DrSmile aims to offer accurate and personalized advice to promote better oral health.
- Personalized Advice: Offers tailored dental care recommendations based on user input.
- Interactive Chatbot: Engages users in a conversational manner to provide information and answer queries.
- Machine Learning: Employs machine learning models to enhance the accuracy of advice.
To set up the DrSmile project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/XynaxDev/DrSmile.git
-
Navigate to the project directory:
cd DrSmile -
Install dependencies: Ensure you have Python installed. Install the required packages using:
pip install -r requirements.txt
-
Run the application: Launch the chatbot application with:
python app.py
After running the application, access the chatbot through your web browser at http://127.0.0.1:5000/. Interact with DrSmile by typing your dental care questions or concerns, and receive advice based on your input.
app.py: Main application file that runs the Flask web server and handles user interactions.templates/: Contains HTML templates for rendering the web pages.static/: Holds static files such as CSS and images.
Contributions to DrSmile are welcome. To contribute:
-
Fork the repository.
-
Create new branch:
git checkout -b feature-branch
-
Make your changes and commit them:
git commit -m "Description of changes" -
Push to the branch:
git push origin feature-branch
-
Open a Pull Request detailing your changes.
For questions or suggestions, please contact the project maintainer through the GitHub repository or you can Email Me for any query, Happy coding👋