prasenjeet-symon / intellectia

Intellectia - Your Guardian Against Misleading AI-Generated Content
MIT License
15 stars 43 forks source link

Setup "recom-server" Flask Server for Recommendations #215

Closed prasenjeet-symon closed 1 year ago

prasenjeet-symon commented 1 year ago

Title: Setup "recom-server" Flask Server for Recommendations

Description: This GitHub issue is dedicated to setting up a new Python-based Flask server, referred to as "recom-server," for the purpose of providing recommendations to our users. The "recom-server" will serve recommendations for users to follow other users and suggest articles to read, enhancing the user experience and engagement on our platform.

Tasks:

  1. Server Setup:

    • [ ] Create a Python-based Flask server with the project name "recom-server."
    • [ ] Set up the necessary project structure and files, including app.py, recommendations directory, and a virtual environment (venv).
  2. Documentation:

    • [ ] Create a README.md file to document the server's purpose, features, and setup instructions.

Acceptance Criteria:

Additional Information:

Please note that the details of the recommendation logic and server setup may be further expanded upon in the project's code and documentation.

Jatin-tec commented 1 year ago

I'm want to work on this issue! Quick clarification:

Location: Should I create a new folder in the existing repository or integrate it elsewhere? "recom-server" Project Name: Is this folder naming convention for organizing server files?

prasenjeet-symon commented 1 year ago

recom-server is the server name ( folder name too ) . and it should be placed inside the packages folder, not lib @Jatin-tec