modernize code , Updated README and requirements.txt with Streamlit a…#1
Open
Youmna-Younis wants to merge 5 commits intoAchilleasKn:masterfrom
Open
modernize code , Updated README and requirements.txt with Streamlit a…#1Youmna-Younis wants to merge 5 commits intoAchilleasKn:masterfrom
Youmna-Younis wants to merge 5 commits intoAchilleasKn:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modernized Codebase and Added Streamlit UI
Key Updates
Code Modernization:
Streamlit Frontend:
streamlit_app.py) to provide an interactive and user-friendly interface for interacting with the Flask API.Improved Documentation:
README.mdfile to include detailed instructions for running both the Flask API and the Streamlit app.Dependencies Management:
requirements.txtfile to include new dependencies likestreamlit,requests, andflask-cors.Organized Project Structure:
imgsfolder to store images used in the Streamlit app (e.g., Iris flower images).How to Test
Clone the repository:
git clone https://github.com/Youmna-Younis/flask_api_python.git cd flask_api_pythonInstall dependencies:
Run the Flask API:
Run the Streamlit app:
Open the Streamlit app in your browser at
http://localhost:8501and test the prediction functionality.Screenshots
Why These Changes Matter
The original repository was created 7 years ago and has not been updated to reflect modern development practices. This PR addresses that gap by:
Thank you for considering this contribution! Let me know if you have any questions or need further clarification.