Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammadibrahim313/ai-post-creator2

AI-powered content generator with multi-agent system and news validation framework. Automates content creation across various formats. Ensures accuracy through intelligent fact-checking.
https://github.com/muhammadibrahim313/ai-post-creator2

agents ai genai groq hackathon python team-repo teammates

Last synced: about 14 hours ago
JSON representation

AI-powered content generator with multi-agent system and news validation framework. Automates content creation across various formats. Ensures accuracy through intelligent fact-checking.

Awesome Lists containing this project

README

        

# genai_hack
make sure you have Python 3.11.10

clone the repo
```
git clone https://github.com/bilal77511/genai_hack.git
```
make a virtual environmet also(search chatgpt how or ask me)
install requirements
```
pip install -r requirements.txt
```
make an .env file to store the secrets
```
SERPER_API_KEY=ADD YOUR OWN
API_KEY=ADD YOUR OWN
API_ENDPOINT=ADD YOUR OWN
MODEL=ADD YOUR OWN
```
run it in cli
```
python main.py
```
or run it using streamlit
```
streamlit run app.py
```