Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.74 KB

README.md

File metadata and controls

69 lines (42 loc) · 1.74 KB

Buzz Feeds.Ai

Transform the way you consume information with BuzzFeeds.Ai. Stay informed, stay ahead, and take control of your news intake. With personalized content, multi-channel accessibility, and interactive features, BuzzFeeds.Ai is the ultimate solution for consumers.

Features

  • Text Summarization: Shorten long texts to essential information.
  • User-Friendly Interface: Easy-to-navigate web UI.

Installation

  1. Clone the repo:

    git clone [https://github.com/HarshithDR/BuzzFeeds.Ai.git](https://github.com/HarshithDR/BuzzFeeds.Ai.git)
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Install software dependences.

  4. Create the .env file in the root folder and load the below code with your api keys

    GEMINI_API_KEY = "Your Vertex ai Api key"
    OPENAI_API_KEY = "Your OpenAi Dall-e Api key"
    FAL_API_KEY = "Fal.ai video gen Api key"
    

Usage

  1. Launch the backend:

    python Backend/temp_app.py
    
    
  2. Launch the frontend

    cd Frontend
    streamlit run real_front_end.py
    
  3. Navigate to http://localhost:8501 in your browser

Output video folder

Link - https://github.com/HarshithDR/BuzzFeeds.Ai/tree/master/Backend/final_video_folder

Contrubutors

  • Harshith Deshalli Ravi
  • Amith Ramaswamy

Acknowledgements

Thanks to Google Ai Hackathon team.