Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/muhammadibrahim313/ai-post-creator2
- Owner: muhammadibrahim313
- Created: 2024-12-09T22:27:07.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T12:15:51.000Z (2 months ago)
- Last Synced: 2025-02-05T10:19:43.238Z (10 days ago)
- Topics: agents, ai, genai, groq, hackathon, python, team-repo, teammates
- Language: Python
- Homepage: https://ai-post-creator2-btaji.streamlit.app/
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genai_hack
make sure you have Python 3.11.10clone 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
```