Skip to content

Developing a user-friendly website that will have a user profile and dashboard. It will also enable users to input a list of news and social media sources, topics, keywords, locations, or industries to generate personalized newsletters and social media content using advanced AI techniques such as Natural Language Processing (NLP).

License

iaminhri/COSC-4P02

Repository files navigation

GitHub followers GitHub issue/pull request detail GitHub commit merge status GitHub commit activity


Logo

AI-powered Newsletter and Social Media Content Generator

Read Project Report
Explore the docs »

View Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Screenshot

Project Summary

Our Goal

Our goal is to develop a user-friendly website that will have a user profile and dashboard.
It will also enable users to input a list of news and social media sources, topics, keywords, locations, or industries to generate personalized newsletters and social media content using advanced AI techniques such as Natural Language Processing (NLP).

The content will be formatted for various platforms, including:

  • Email newsletters
  • Twitter posts
  • LinkedIn updates
  • Instagram captions

This ensures both relevance and platform compatibility. Additionally, users will receive automated notifications at intervals they specify.


Objectives

  • Save time by automating content aggregation, summarization, and delivery.
  • Provide users with highly relevant and tailored content.
  • Offer Software-as-a-Service (SaaS) to enable seamless interaction and personalized content delivery.
  • Share generated content with other media platforms.

Contribution of team members is located inside the /contributions/Contributions Sheet.pdf

Use the BLANK_README.md to get started.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • Django
  • Python
  • HTML
  • CSS
  • Bootstrap

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  1. Use Git Clone to create a local repo
git clone https://github.com/iaminhri/COSC-4P02.git
  1. Change git remote url to avoid accidental pushes to base project. For more git operation refer to this [Documentation](resources/GitHub Commands.pdf)
 git remote set-url origin github_username/repo_name
 git remote -v # confirm the changes

First Install Virtual Environment, makes life easier. 3. Python Virtual Environment for MAC or Linux, For windows use VSCode virtual environment

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
  1. Install The requirements file
pip install -r requirements.txt
  1. Some Django Application Useful Commands
  • Shows all subcommands available
     django-admin
  • Starts a new project
     django-admin startproject file_name
  • To run the project
     python manage.py runserver 
  • Change the port to access the localhost website
     python manage.py runserver 1313
  • Creates an App functionality
     python manage.py startapp app_name 

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Top contributors:

(back to top)

License

Distributed under the Unlicense License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - Hridoy Rahman - [email protected]

Project Link: https://github.com/iaminhri/COSC-4P02

(back to top)

Acknowledgments

(back to top)

About

Developing a user-friendly website that will have a user profile and dashboard. It will also enable users to input a list of news and social media sources, topics, keywords, locations, or industries to generate personalized newsletters and social media content using advanced AI techniques such as Natural Language Processing (NLP).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8