Loading repository data…
Loading repository data…
Sudeeth-R / repository
FitBot is a comprehensive fitness chatbot designed to help users stay on track with their fitness goals. This project, built using Flask, provides quick and accurate responses to user queries related to fitness. It also includes a BMI calculator and interactive quiz pages, making it a multifunctional fitness assistant.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Getting Started To run this application, follow these steps:
Install Python Ensure Python is installed on your system. Download it from python.org if needed.
Install Dependencies Navigate to the project directory in your terminal and install the required Python packages:
pip install flask beautifulsoup4 aiohttp requests
Run the Application Open the terminal in Visual Studio Code.
Navigate to the directory containing app.py.
Start the application by running:
python app.py Your Flask application should now be running. Open your browser and go to http://localhost:5000 to access it.