https://github.com/osvaldokalvaitir/python-aiagent
:chart_with_upwards_trend: Python AIAgent application development, integration with OpenAI's GPT model, use of the CrewAI framework, creation of an agent for consuming duckduckgo data, creation of a frontend with the StreamLit framework, deployment via StreamLit Cloud
https://github.com/osvaldokalvaitir/python-aiagent
aiagent ia-na-pratica python rocketseat
Last synced: 3 months ago
JSON representation
:chart_with_upwards_trend: Python AIAgent application development, integration with OpenAI's GPT model, use of the CrewAI framework, creation of an agent for consuming duckduckgo data, creation of a frontend with the StreamLit framework, deployment via StreamLit Cloud
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/python-aiagent
- Owner: osvaldokalvaitir
- License: mit
- Created: 2024-08-22T14:54:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T23:10:11.000Z (about 1 year ago)
- Last Synced: 2025-03-16T22:25:35.106Z (9 months ago)
- Topics: aiagent, ia-na-pratica, python, rocketseat
- Language: Jupyter Notebook
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Python-Aiagent - 📈 Python AIAgent application development, integration with OpenAI's GPT model, use of the CrewAI framework, creation of an agent for cons… (Building / Deployment)
README
Python - AIAgent
:chart_with_upwards_trend: Python AIAgent application development, integration with OpenAI's GPT model, use of the CrewAI framework, creation of an agent for consuming duckduckgo data, creation of a frontend with the StreamLit framework, deployment via StreamLit Cloud


Demo   |   Install and run   |   License
## :computer: Demo

## :wrench: Install and run
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/python-aiagent
# Entry in folder
cd python-aiagent
# Create virtual environment
python -m venv .venv
# Activate virtual environment
.venv\Scripts\activate # For Windows
source .venv/bin/activate # For Linux or macOS
# Install dependencies
pip install -r webappStocks/requirements.txt
# Set OpenAI API key
# Ensure your OpenAI API key is correctly
# Run the Streamlit app
streamlit run webappStocks/crewai-stocks.py
```
Click to learn more about the tools used: [OpenAI](https://github.com/osvaldokalvaitir/awesome/blob/main/src/machine-learning-platforms/openai.md) and StreamLit Cloud.
## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho