Skip to content

📈 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

License

Notifications You must be signed in to change notification settings

osvaldokalvaitir/python-aiagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Python - AIAgent

📈 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

GitHub language count GitHub language top Made by Kalvaitir License

Demo   |   Install and run   |   License

💻 Demo

Demo

🔧 Install and run

Open terminal:

# 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 and StreamLit Cloud.

📝 License

This project is under the MIT license. See LICENSE for more information.


Developed with 💚 by Osvaldo Kalvaitir Filho

About

📈 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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published