Hospeed is a web application that provides real-time information on hospital traffic to help users make informed decisions about which hospital to visit. The app integrates hospital APIs to fetch traffic data, allowing users to see which hospitals are busy and which ones have fewer patients.
Hospeed aims to streamline the decision-making process for individuals seeking hospital care by providing them with up-to-date traffic information. This way, users can avoid long wait times and choose the hospital that best suits their needs. The project utilizes Flask for the backend, along with a simple frontend interface.
- Deployed Site: Hospeed Live
- Final Project Blog Article: Hospeed - Redefining Hospital Visits
- Author LinkedIn: Amoni Kevin
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/bizzy604/Hospeed.git
- Navigate into the project directory:
cd Hospeed - Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate
On Windows, activate the virtual environment using: ```bash venv\Scripts\activate
- Install the required packages:
pip install -r requirements.txt
- Run the Flask application:
python run.py
- Access the application: Open your browser and navigate to http://127.0.0.1:5000.
- Make sure to replace
your-usernamein the clone command with your actual GitHub username. - The instructions include commands for both Unix-based systems (Linux/Mac) and Windows where necessary.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
To contribute:
Fork the Project. Create your Feature Branch (git checkout -b feature/AmazingFeature). Commit your changes (git commit -m 'Add some AmazingFeature'). Push to the Branch (git push origin feature/AmazingFeature). Open a Pull Request. Related Projects If you liked this project, you might find these interesting:
Hospital Finder (Replace # with the URL) Traffic Monitor (Replace # with the URL) Health Tracker (Replace # with the URL) Licensing Distributed under the MIT License. See LICENSE for more information.