Feedom allows users to experience the same engaging content from platforms like Instagram and TikTok but with a crucial difference: the algorithm is fully controlled by the user. Feedom allows users to experience the same engaging content from other similar platforms, but instead of the platforms determining what to watch, the content will be decided by the user themselves. The user can personalize the feed according to their moods.
-
Clone the repository
https://github.com/HarinKhakhi/feedom.git
-
Create an env file and add API_KEYs for OpenAI and MongoDB.
-
Start frontend
cd frontend npm i npm run dev
-
Start backend
cd backend pip install -r requirements.txt fastapi dev backend.py