-
The code and models we train are only useful if they can be utilized effectively. You can choose to create the following:
- A user-facing REST API with Flask/FastAPI, along with a simple CLI to consu…
-
I tried the following in my `app.py`:
```python
from flask_talisman import Talisman
from flask_main import create_app
app = create_app()
Talisman(app)
if __name__ == "main":
app.run()…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When I run PyMilvus with Milvus Local in a Python Flask application with debug set to True, M…
-
### What happened?
When the `OpenAIEmbeddingFunction()` is executed, the api_key provided as an argument overwrites the openai.api_key that is referenced globally throughout the application. This beh…
-
### Summary of problem
When trying to start a Flask API using gunicorn + gevent + ddtrace + Python 3.11.9, the application crashes.
However, if I use Python 3.11.8 instead or remove either gevent or…
-
### Project Abstract
This project will leverage the Amtrak API to create an easy-to-use and read tracker for all Amtrak trains that are currently running. This will be done in the form of a web appli…
-
1. Set up Flask application.
2. Configure Flask to use SQLAlchemy.
3. Create database models for storing messages and responses.
4. Set up database (MySQL) and configure connection in Flask.
5. Integr…
-
I am using @cache decorator across my Flask=3.0.0 web application actively with Flask-Caching==2.2.0. In production I frequently see the following errors (not reproducible)
Example:
`@cache.cached…
-
#2270 # Checklist
### Versions
- Python: 3.8.2
- OS: Unbunto
- Kivy: 2.0.0rc3
- Cython: 0.29.21
- OpenJDK:
### Description
I try to make a simple webview application using flask with t…
-
- [ ] WebGoat
- [ ] vuln-flask-web-app
- [ ] WebGoat .NET
- [x] #4
- [x] #22
- [ ] SecurityShepherd
- [x] #7
- [ ] Damn Small Vulnerable Web
- [ ] IssueBlot
- [x] #43
- [ ] vulnerable-sprin…