Skip to content

MatthieuMordrel/sentiment_analysis

Repository files navigation

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment:

    venv\Scripts\activate
  3. Install Python dependencies:

    pip install fastapi uvicorn requests textblob
  4. Deactivate the virtual environment:

    deactivate
  5. Install Node.js dependencies:

    npm install
  6. Create a .env file with your FastAPI key.

  7. Run the project:

    npm run devStart

About

Allows to retrieve news based on keywords. Use FastAPI with Next.js.

Resources

Stars

Watchers

Forks

Packages

No packages published