brilliantlabsAR / noa-assistant

ISC License
154 stars 19 forks source link

Adding requirement.txt and Updating README #5

Closed parthiv11 closed 3 months ago

parthiv11 commented 3 months ago

I recently took a look at the project and noticed that setting it up locally might be a bit tricky for users due to missing dependencies and unclear documentation.

while trying it to setup I figure out below pkgs are required for me to install

asyncio
anthropic
fastapi
openai
pydantic
pydub
uvicorn
aiohttp
geopy
uule_grabber
serpapi
replicate
python-multipart

Additionally, it would be helpful to update the README.md file with clear instructions on how to set up the project locally. This should include steps for installing the necessary dependencies, setting up ffmpeg or avconv, and any other prerequisites. Providing a step-by-step guide will make it much easier for new users to get started with the project.

I would more than happy to contribute with updating the documentation. But as I am getting started with codebase I will require some guidance