A powerful tool to streamline the creation of engaging and informative Twitter threads.
- Topic Analysis: Identifies key themes and concepts within a provided topic.
- Summary Generation: Produces concise summaries of relevant information sources.
- Thread Drafting: Creates well-structured Twitter threads, ensuring optimal length and engagement.
- Hashtag Suggestion: Recommends relevant and trending hashtags to boost visibility.
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate
export GROQ_API_KEY=***
pip install -r requirements.txt
streamlit run app.py