-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
venv\Scripts\activate
-
Install Python dependencies:
pip install fastapi uvicorn requests textblob
-
Deactivate the virtual environment:
deactivate
-
Install Node.js dependencies:
npm install
-
Create a
.env
file with your FastAPI key. -
Run the project:
npm run devStart
-
Notifications
You must be signed in to change notification settings - Fork 0
Allows to retrieve news based on keywords. Use FastAPI with Next.js.
MatthieuMordrel/sentiment_analysis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Allows to retrieve news based on keywords. Use FastAPI with Next.js.
Resources
Stars
Watchers
Forks
Packages 0
No packages published