Effortlessly create and share personalized content across multiple platforms. With Flick, stay updated on the latest news tailored to your interests and leverage AI-powered tools to generate high-quality content.
- Stay informed with news articles tailored to your interests.
- Articles are scraped and categorized from trusted sources like Vogue, BBC News, and AP News using a custom news scraper.
- Generate high-quality posts in seconds with GROQ AI.
- Auto-fill filters like:
- Type of post
- Word count
- Platform-specific format
- Tone
- Emojis
- Includes a custom post creation option for complete flexibility.
- Seamlessly share your thoughts across multiple platforms directly from Flick.
- React: Frontend framework for a responsive user interface.
- Firebase:
- Authentication for secure user sign-in.
- Real-time database to store and manage user-generated content.
- GROQ AI: For AI-based content generation.
- Custom News Scraper: A Python-based tool to fetch and classify news articles from Vogue, BBC News, and AP News. Repository: News Scraper
-
Clone the repository:
git clone https://github.com/GayathriPCh/Workathon_updated_soc.git cd Workathon_updated_soc
-
Install dependencies:
npm install
-
Set up Firebase:
- Create a Firebase project.
- Add your Firebase configuration.
-
Start the development server:
npm start
-
Configure GROQ AI API for content generation.
- Sign In: Use Firebase Authentication to create an account or sign in.
- Explore News: View personalized news articles based on your preferences.
- Generate Posts: Create content using AI with pre-filled filters or custom settings.
- Manage Content: Use the dashboard to manage your posts.
- Share: Publish your content across multiple platforms.
Flick integrates with the News Scraper, which:
- Fetches articles from Vogue, BBC News, and AP News.
- Classifies them using a zero-shot classification model into categories such as business, fashion, and entertainment.
- Outputs categorized articles in JSON format for seamless integration with Flick.
- Add more customization options for content generation.
- Support for additional news sources and platforms.
- Enhanced analytics for post-performance tracking.
- Mobile application for on-the-go content creation.